clear "Red Items are circulating" hint on refresh in Patron Bills interface
authorphasefx <phasefx@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Mon, 4 Feb 2008 22:01:13 +0000 (22:01 +0000)
committerphasefx <phasefx@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Mon, 4 Feb 2008 22:01:13 +0000 (22:01 +0000)
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

index a2be8ef..adf44f2 100644 (file)
@@ -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 ]