[open-ils-commits] r12278 - trunk/Open-ILS/xul/staff_client/server/patron (phasefx)

svn at svn.open-ils.org svn at svn.open-ils.org
Tue Feb 24 10:45:48 EST 2009


Author: phasefx
Date: 2009-02-24 10:45:47 -0500 (Tue, 24 Feb 2009)
New Revision: 12278

Modified:
   trunk/Open-ILS/xul/staff_client/server/patron/holds.js
Log:
oops, need to use passthru_content_params with browser and rbrowser.xul

Modified: trunk/Open-ILS/xul/staff_client/server/patron/holds.js
===================================================================
--- trunk/Open-ILS/xul/staff_client/server/patron/holds.js	2009-02-24 02:29:07 UTC (rev 12277)
+++ trunk/Open-ILS/xul/staff_client/server/patron/holds.js	2009-02-24 15:45:47 UTC (rev 12278)
@@ -906,7 +906,7 @@
                     '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;



More information about the open-ils-commits mailing list