From: Bill Erickson Date: Thu, 30 May 2013 19:15:59 +0000 (-0400) Subject: LP1182519 Per-Hold Behind Desk UI X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=057771a708a5871975edf1741fe5fe0230eb27ed;p=evergreen%2Fequinox.git LP1182519 Per-Hold Behind Desk UI Signed-off-by: Bill Erickson --- diff --git a/Open-ILS/xul/staff_client/server/patron/summary.js b/Open-ILS/xul/staff_client/server/patron/summary.js index f115c38289..9c90b6f5fb 100644 --- a/Open-ILS/xul/staff_client/server/patron/summary.js +++ b/Open-ILS/xul/staff_client/server/patron/summary.js @@ -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);