From 093cfc18f25c6c12820dd06af7a849137cadc3a9 Mon Sep 17 00:00:00 2001 From: phasefx Date: Tue, 19 Apr 2011 14:16:54 +0000 Subject: [PATCH] one more fix, for Show in Catalog on issuance holds git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_2_0@20198 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/xul/staff_client/server/patron/holds.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/xul/staff_client/server/patron/holds.js b/Open-ILS/xul/staff_client/server/patron/holds.js index 221b50bf15..c72cea3eef 100644 --- a/Open-ILS/xul/staff_client/server/patron/holds.js +++ b/Open-ILS/xul/staff_client/server/patron/holds.js @@ -1152,7 +1152,7 @@ patron.holds.prototype = { 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 ]); -- 2.11.0