internal: allow checkout ui to set statusbar
authorJason Etheridge <jason@esilibrary.com>
Wed, 26 Dec 2012 11:33:47 +0000 (06:33 -0500)
committerJason Etheridge <jason@esilibrary.com>
Tue, 26 Feb 2013 16:31:42 +0000 (11:31 -0500)
Minor bug fix and geared toward future functionality

Signed-off-by: Jason Etheridge <jason@esilibrary.com>
Open-ILS/xul/staff_client/server/patron/display.js

index 33fead8..99e9faf 100644 (file)
@@ -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);