[open-ils-commits] r8613 -
branches/rel_1_2/Open-ILS/xul/staff_client/server/patron
svn at svn.open-ils.org
svn at svn.open-ils.org
Mon Feb 4 17:29:47 EST 2008
Author: phasefx
Date: 2008-02-04 17:01:34 -0500 (Mon, 04 Feb 2008)
New Revision: 8613
Modified:
branches/rel_1_2/Open-ILS/xul/staff_client/server/patron/bills.js
Log:
clear "Red Items are circulating" hint on refresh in Patron Bills interface
Modified: branches/rel_1_2/Open-ILS/xul/staff_client/server/patron/bills.js
===================================================================
--- branches/rel_1_2/Open-ILS/xul/staff_client/server/patron/bills.js 2008-02-04 22:01:13 UTC (rev 8612)
+++ branches/rel_1_2/Open-ILS/xul/staff_client/server/patron/bills.js 2008-02-04 22:01:34 UTC (rev 8613)
@@ -29,7 +29,11 @@
'refresh' : function(dont_show_me_the_money) {
var obj = this;
try {
- obj.bills = obj.network.simple_request(
+ 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