From: phasefx Date: Thu, 29 Jan 2009 19:13:03 +0000 (+0000) Subject: this file doesn't follow the convention used elsewhere.. so wrong path to this object X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=ca79d15e5e4b2914ef44e329b49a2394a0650b79;p=Evergreen.git this file doesn't follow the convention used elsewhere.. so wrong path to this object git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_2@12013 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/Open-ILS/xul/staff_client/server/patron/display.js b/Open-ILS/xul/staff_client/server/patron/display.js index 014c7d26a9..248234fb12 100644 --- a/Open-ILS/xul/staff_client/server/patron/display.js +++ b/Open-ILS/xul/staff_client/server/patron/display.js @@ -177,7 +177,7 @@ patron.display.prototype = { 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 } );