[open-ils-commits] r20179 - branches/rel_2_1/Open-ILS/xul/staff_client/server/patron (phasefx)
svn at svn.open-ils.org
svn at svn.open-ils.org
Mon Apr 18 15:45:48 EDT 2011
Author: phasefx
Date: 2011-04-18 15:45:43 -0400 (Mon, 18 Apr 2011)
New Revision: 20179
Modified:
branches/rel_2_1/Open-ILS/xul/staff_client/server/patron/holds.js
Log:
one more fix, for Show in Catalog on issuance holds
Modified: branches/rel_2_1/Open-ILS/xul/staff_client/server/patron/holds.js
===================================================================
--- branches/rel_2_1/Open-ILS/xul/staff_client/server/patron/holds.js 2011-04-18 19:45:27 UTC (rev 20178)
+++ branches/rel_2_1/Open-ILS/xul/staff_client/server/patron/holds.js 2011-04-18 19:45:43 UTC (rev 20179)
@@ -1154,7 +1154,7 @@
break;
case 'I' :
opac_url = xulG.url_prefix( urls.opac_rdetail )
- + '?r=' + obj.hold_subscription_map[ obj.retrieve_ids[i].hold_id ].record_entry();
+ + '?r=' + obj.hold_subscription_map[ obj.retrieve_ids[i].id ].record_entry();
break;
case 'V' :
var my_acn = obj.network.simple_request( 'FM_ACN_RETRIEVE.authoritative', [ htarget ]);
More information about the open-ils-commits
mailing list