From 91e382f3dd2c1bd56f7868805a44dddc78ab068f Mon Sep 17 00:00:00 2001 From: phasefx Date: Mon, 4 Feb 2008 22:01:13 +0000 Subject: [PATCH] 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 --- Open-ILS/xul/staff_client/server/patron/bills.js | 4 ++++ 1 file changed, 4 insertions(+) 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 ] -- 2.11.0