[open-ils-commits] r15184 - trunk/Open-ILS/xul/staff_client/server/patron (phasefx)

svn at svn.open-ils.org svn at svn.open-ils.org
Thu Dec 17 13:15:54 EST 2009


Author: phasefx
Date: 2009-12-17 13:15:50 -0500 (Thu, 17 Dec 2009)
New Revision: 15184

Modified:
   trunk/Open-ILS/xul/staff_client/server/patron/summary.js
Log:
thinko

Modified: trunk/Open-ILS/xul/staff_client/server/patron/summary.js
===================================================================
--- trunk/Open-ILS/xul/staff_client/server/patron/summary.js	2009-12-17 07:40:06 UTC (rev 15183)
+++ trunk/Open-ILS/xul/staff_client/server/patron/summary.js	2009-12-17 18:15:50 UTC (rev 15184)
@@ -311,8 +311,8 @@
                                             if (!rendered_main_patron_bill_summary) {
                                                 render_main_patron_bill_summary( { balance_owed: 0.00, usr: obj.patron.id() } );
                                             }
+                                            var tab = $('group_tab');
                                             if (sum > 0) {
-                                                var tab = $('group_tab');
                                                 addCSSClass(tab,'balance_owed');
                                             } else {
                                                 removeCSSClass(tab,'balance_owed');



More information about the open-ils-commits mailing list