From: phasefx Date: Mon, 4 Feb 2008 22:01:39 +0000 (+0000) Subject: clear "Red Items are circulating" hint on refresh in Patron Bills interface X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=ddccf135b0fd0f9d450839e5176ff7edc571d3a4;p=Evergreen.git clear "Red Items are circulating" hint on refresh in Patron Bills interface git-svn-id: svn://svn.open-ils.org/ILS/trunk@8614 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/Open-ILS/xul/staff_client/server/patron/bills.js b/Open-ILS/xul/staff_client/server/patron/bills.js index 7b8bed4e41..b4da00a67b 100644 --- a/Open-ILS/xul/staff_client/server/patron/bills.js +++ b/Open-ILS/xul/staff_client/server/patron/bills.js @@ -29,6 +29,10 @@ patron.bills.prototype = { 'refresh' : function(dont_show_me_the_money) { var obj = this; try { + if (document.getElementById('circulating_hint')) { + document.getElementById('circulating_hint').hidden = true; + } + obj.bills = obj.network.simple_request( obj.SHOW_ME_THE_BILLS, [ ses(), obj.patron_id ]