[open-ils-commits] r20178 - trunk/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:32 EDT 2011


Author: phasefx
Date: 2011-04-18 15:45:27 -0400 (Mon, 18 Apr 2011)
New Revision: 20178

Modified:
   trunk/Open-ILS/xul/staff_client/server/patron/holds.js
Log:
one more fix, for Show in Catalog on issuance holds


Modified: trunk/Open-ILS/xul/staff_client/server/patron/holds.js
===================================================================
--- trunk/Open-ILS/xul/staff_client/server/patron/holds.js	2011-04-18 19:35:30 UTC (rev 20177)
+++ trunk/Open-ILS/xul/staff_client/server/patron/holds.js	2011-04-18 19:45:27 UTC (rev 20178)
@@ -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