From: Jason Etheridge Date: Wed, 26 Dec 2012 11:33:47 +0000 (-0500) Subject: internal: allow checkout ui to set statusbar X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=66c3b43f94ae76539c31b0c147c389cd4b3fd9ba;p=working%2FEvergreen.git internal: allow checkout ui to set statusbar Minor bug fix and geared toward future functionality Signed-off-by: Jason Etheridge --- diff --git a/Open-ILS/xul/staff_client/server/patron/display.js b/Open-ILS/xul/staff_client/server/patron/display.js index 33fead8acc..99e9faf2af 100644 --- a/Open-ILS/xul/staff_client/server/patron/display.js +++ b/Open-ILS/xul/staff_client/server/patron/display.js @@ -883,7 +883,8 @@ patron.display.prototype = { }, 'get_barcode' : xulG.get_barcode, 'get_barcode_and_settings' : xulG.get_barcode_and_settings, - 'url_prefix' : xulG.url_prefix + 'url_prefix' : xulG.url_prefix, + 'set_statusbar' : xulG.set_statusbar } ); obj.checkout_window = get_contentWindow(frame);