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=07b1be03657ff1a447b5e3e0f12a138bd2546791;p=evergreen%2Fmasslnc.git internal: allow checkout ui to set statusbar Minor bug fix and geared toward future functionality Signed-off-by: Jason Etheridge Signed-off-by: Mike Rylander --- diff --git a/Open-ILS/xul/staff_client/server/patron/display.js b/Open-ILS/xul/staff_client/server/patron/display.js index 5c10babcef..fd46a3bd4e 100644 --- a/Open-ILS/xul/staff_client/server/patron/display.js +++ b/Open-ILS/xul/staff_client/server/patron/display.js @@ -899,7 +899,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);