LP1182519 Per-Hold Behind Desk UI
authorBill Erickson <berick@esilibrary.com>
Thu, 30 May 2013 19:15:59 +0000 (15:15 -0400)
committerBill Erickson <berick@esilibrary.com>
Thu, 30 May 2013 19:15:59 +0000 (15:15 -0400)
Signed-off-by: Bill Erickson <berick@esilibrary.com>
Open-ILS/xul/staff_client/server/patron/summary.js

index f115c38..9c90b6f 100644 (file)
@@ -455,6 +455,8 @@ patron.summary.prototype = {
                                         );
                                         if (e2) {
                                             util.widgets.set_text(e2, robj.ready);
+                                        }
+                                        if (e3) {
                                             if (robj.behind_desk) {
                                                 removeCSSClass(e3.parentNode, 'hideme');
                                                 util.widgets.set_text(e3, robj.behind_desk);