From: phasefx Date: Mon, 4 Feb 2008 22:01:13 +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=91e382f3dd2c1bd56f7868805a44dddc78ab068f;p=Evergreen.git clear "Red Items are circulating" hint on refresh in Patron Bills interface git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_2_1@8612 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 a2be8eff58..adf44f27c8 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 ]