From: phasefx Date: Tue, 24 Feb 2009 15:45:47 +0000 (+0000) Subject: oops, need to use passthru_content_params with browser and rbrowser.xul X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=6810ab3e9232f961d24193bc2e15b07d9e711eff;p=Evergreen.git oops, need to use passthru_content_params with browser and rbrowser.xul git-svn-id: svn://svn.open-ils.org/ILS/trunk@12278 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 55f3780bdc..b066aa123a 100644 --- a/Open-ILS/xul/staff_client/server/patron/holds.js +++ b/Open-ILS/xul/staff_client/server/patron/holds.js @@ -906,7 +906,7 @@ patron.holds.prototype = { 'cmd_search_opac' : [ ['command'], function(ev) { - var content_params = { 'session' : ses(), 'authtime' : ses('authtime'), 'patron_barcode' : obj.patron_barcode }; + var content_params = { 'session' : ses(), 'authtime' : ses('authtime'), 'passthru_content_params' : { 'patron_barcode' : obj.patron_barcode } }; content_params.new_tab = xulG.new_tab; content_params.set_tab = xulG.set_tab; content_params.set_tab_name = xulG.set_tab_name;