From: phasefx Date: Tue, 19 Apr 2011 14:16:54 +0000 (+0000) Subject: one more fix, for Show in Catalog on issuance holds X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=093cfc18f25c6c12820dd06af7a849137cadc3a9;p=evergreen%2Fjoelewis.git 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 --- 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 ]);