From 07b1be03657ff1a447b5e3e0f12a138bd2546791 Mon Sep 17 00:00:00 2001 From: Jason Etheridge Date: Wed, 26 Dec 2012 06:33:47 -0500 Subject: [PATCH] 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 --- Open-ILS/xul/staff_client/server/patron/display.js | 3 ++- 1 file changed, 2 insertions(+), 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 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); -- 2.43.2