[open-ils-commits] r12638 - branches/rel_1_4_0/Open-ILS/xul/staff_client/server/patron (phasefx)
svn at svn.open-ils.org
svn at svn.open-ils.org
Fri Mar 20 18:10:28 EDT 2009
Author: phasefx
Date: 2009-03-20 18:10:23 -0400 (Fri, 20 Mar 2009)
New Revision: 12638
Modified:
branches/rel_1_4_0/Open-ILS/xul/staff_client/server/patron/display.js
Log:
the data component is in an unusual location in this file
Modified: branches/rel_1_4_0/Open-ILS/xul/staff_client/server/patron/display.js
===================================================================
--- branches/rel_1_4_0/Open-ILS/xul/staff_client/server/patron/display.js 2009-03-20 22:09:08 UTC (rev 12637)
+++ branches/rel_1_4_0/Open-ILS/xul/staff_client/server/patron/display.js 2009-03-20 22:10:23 UTC (rev 12638)
@@ -179,7 +179,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