[open-ils-commits] r12012 - branches/rel_1_4/Open-ILS/xul/staff_client/server/patron
svn at svn.open-ils.org
svn at svn.open-ils.org
Thu Jan 29 14:12:32 EST 2009
Author: phasefx
Date: 2009-01-29 14:12:29 -0500 (Thu, 29 Jan 2009)
New Revision: 12012
Modified:
branches/rel_1_4/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_4/Open-ILS/xul/staff_client/server/patron/display.js
===================================================================
--- branches/rel_1_4/Open-ILS/xul/staff_client/server/patron/display.js 2009-01-29 19:11:55 UTC (rev 12011)
+++ branches/rel_1_4/Open-ILS/xul/staff_client/server/patron/display.js 2009-01-29 19:12:29 UTC (rev 12012)
@@ -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