[open-ils-commits] r12011 - trunk/Open-ILS/xul/staff_client/server/patron

svn at svn.open-ils.org svn at svn.open-ils.org
Thu Jan 29 14:11:59 EST 2009


Author: phasefx
Date: 2009-01-29 14:11:55 -0500 (Thu, 29 Jan 2009)
New Revision: 12011

Modified:
   trunk/Open-ILS/xul/staff_client/server/patron/display.js
Log:
this file doesn't follow the convention used elsewhere.. so wrong path to this object

Modified: trunk/Open-ILS/xul/staff_client/server/patron/display.js
===================================================================
--- trunk/Open-ILS/xul/staff_client/server/patron/display.js	2009-01-29 15:27:50 UTC (rev 12010)
+++ trunk/Open-ILS/xul/staff_client/server/patron/display.js	2009-01-29 19:11:55 UTC (rev 12011)
@@ -196,7 +196,7 @@
 
 								function spawn_search(s) {
 									obj.error.sdump('D_TRACE', $("commonStrings").getFormattedString('staff.patron.display.cmd_patron_edit.edit_search', [js2JSON(s)]) ); 
-									obj.data.stash_retrieve();
+									obj.OpenILS.data.stash_retrieve();
 									var loc = xulG.url_prefix(urls.XUL_PATRON_DISPLAY);
 									//loc += '?doit=1&query=' + window.escape(js2JSON(s));
 									xulG.new_tab( loc, {}, { 'doit' : 1, 'query' : s } );



More information about the open-ils-commits mailing list