[open-ils-commits] r20198 - branches/rel_2_0/Open-ILS/xul/staff_client/server/patron (phasefx)
svn at svn.open-ils.org
svn at svn.open-ils.org
Tue Apr 19 10:16:56 EDT 2011
Author: phasefx
Date: 2011-04-19 10:16:54 -0400 (Tue, 19 Apr 2011)
New Revision: 20198
Modified:
branches/rel_2_0/Open-ILS/xul/staff_client/server/patron/holds.js
Log:
one more fix, for Show in Catalog on issuance holds
Modified: branches/rel_2_0/Open-ILS/xul/staff_client/server/patron/holds.js
===================================================================
--- branches/rel_2_0/Open-ILS/xul/staff_client/server/patron/holds.js 2011-04-19 14:16:51 UTC (rev 20197)
+++ branches/rel_2_0/Open-ILS/xul/staff_client/server/patron/holds.js 2011-04-19 14:16:54 UTC (rev 20198)
@@ -1152,7 +1152,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