[open-ils-commits] r17590 - trunk/Open-ILS/xul/staff_client/server/patron (phasefx)
svn at svn.open-ils.org
svn at svn.open-ils.org
Fri Sep 10 16:12:50 EDT 2010
Author: phasefx
Date: 2010-09-10 16:12:45 -0400 (Fri, 10 Sep 2010)
New Revision: 17590
Modified:
trunk/Open-ILS/xul/staff_client/server/patron/util.js
Log:
fixes a bug where where the Staff column in a Payments list was styling CSS for a patron's billing Full Details dialog
Modified: trunk/Open-ILS/xul/staff_client/server/patron/util.js
===================================================================
--- trunk/Open-ILS/xul/staff_client/server/patron/util.js 2010-09-10 20:12:44 UTC (rev 17589)
+++ trunk/Open-ILS/xul/staff_client/server/patron/util.js 2010-09-10 20:12:45 UTC (rev 17590)
@@ -599,7 +599,7 @@
typeof func == 'function' ? func : null
);
if (typeof func != 'function') {
- patron.util.set_penalty_css(patron_obj);
+ if (!fields) { patron.util.set_penalty_css(patron_obj); }
return patron_obj;
}
}
More information about the open-ils-commits
mailing list