From 6810ab3e9232f961d24193bc2e15b07d9e711eff Mon Sep 17 00:00:00 2001 From: phasefx Date: Tue, 24 Feb 2009 15:45:47 +0000 Subject: [PATCH] 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 --- 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 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; -- 2.11.0