[open-ils-commits] r12013 - branches/rel_1_2/Open-ILS/xul/staff_client/server/patron

svn at svn.open-ils.org svn at svn.open-ils.org
Thu Jan 29 14:13:07 EST 2009


Author: phasefx
Date: 2009-01-29 14:13:03 -0500 (Thu, 29 Jan 2009)
New Revision: 12013

Modified:
   branches/rel_1_2/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: branches/rel_1_2/Open-ILS/xul/staff_client/server/patron/display.js
===================================================================
--- branches/rel_1_2/Open-ILS/xul/staff_client/server/patron/display.js	2009-01-29 19:12:29 UTC (rev 12012)
+++ branches/rel_1_2/Open-ILS/xul/staff_client/server/patron/display.js	2009-01-29 19:13:03 UTC (rev 12013)
@@ -177,7 +177,7 @@
 
 								function spawn_search(s) {
 									obj.error.sdump('D_TRACE', 'Editor would like to search for: ' + 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