[open-ils-commits] r8614 - trunk/Open-ILS/xul/staff_client/server/patron

svn at svn.open-ils.org svn at svn.open-ils.org
Mon Feb 4 17:29:52 EST 2008


Author: phasefx
Date: 2008-02-04 17:01:39 -0500 (Mon, 04 Feb 2008)
New Revision: 8614

Modified:
   trunk/Open-ILS/xul/staff_client/server/patron/bills.js
Log:
clear "Red Items are circulating" hint on refresh in Patron Bills interface

Modified: trunk/Open-ILS/xul/staff_client/server/patron/bills.js
===================================================================
--- trunk/Open-ILS/xul/staff_client/server/patron/bills.js	2008-02-04 22:01:34 UTC (rev 8613)
+++ trunk/Open-ILS/xul/staff_client/server/patron/bills.js	2008-02-04 22:01:39 UTC (rev 8614)
@@ -29,6 +29,10 @@
 	'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 ]



More information about the open-ils-commits mailing list