From: phasefx Date: Mon, 18 Apr 2011 19:45:27 +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=5ce74846e53108e4188cfb6c44881048c10e459e;p=contrib%2FConifer.git 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 --- diff --git a/Open-ILS/xul/staff_client/server/patron/holds.js b/Open-ILS/xul/staff_client/server/patron/holds.js index 40792e50da..edf589bc83 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 ]);