From 5ce74846e53108e4188cfb6c44881048c10e459e Mon Sep 17 00:00:00 2001 From: phasefx Date: Mon, 18 Apr 2011 19:45:27 +0000 Subject: [PATCH] one more fix, for Show in Catalog on issuance holds git-svn-id: svn://svn.open-ils.org/ILS/trunk@20178 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/xul/staff_client/server/patron/holds.js | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Open-ILS/xul/staff_client/server/patron/holds.js b/Open-ILS/xul/staff_client/server/patron/holds.js index 40792e5..edf589b 100644 --- a/Open-ILS/xul/staff_client/server/patron/holds.js +++ b/Open-ILS/xul/staff_client/server/patron/holds.js @@ -1154,7 +1154,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 ]); -- 1.7.2.5