From: phasefx Date: Fri, 20 Mar 2009 22:10:23 +0000 (+0000) Subject: the data component is in an unusual location in this file X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=a6e8b3e184f287c9b92efb0cf1cf28b9d1fbd5ea;p=Evergreen.git the data component is in an unusual location in this file git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_4_0@12638 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 1bfbbfd5df..5e0d57f53d 100644 --- a/Open-ILS/xul/staff_client/server/patron/display.js +++ b/Open-ILS/xul/staff_client/server/patron/display.js @@ -179,7 +179,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 } );