From f709ba292ed479850e35dd5723c0327005a715f0 Mon Sep 17 00:00:00 2001 From: phasefx Date: Thu, 29 Jan 2009 19:11:55 +0000 Subject: [PATCH] this file doesn't follow the convention used elsewhere.. so wrong path to this object git-svn-id: svn://svn.open-ils.org/ILS/trunk@12011 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/xul/staff_client/server/patron/display.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/xul/staff_client/server/patron/display.js b/Open-ILS/xul/staff_client/server/patron/display.js index 71aefba2dd..b89f69be07 100644 --- a/Open-ILS/xul/staff_client/server/patron/display.js +++ b/Open-ILS/xul/staff_client/server/patron/display.js @@ -196,7 +196,7 @@ patron.display.prototype = { 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 } ); -- 2.11.0