[open-ils-commits] r10059 - trunk/Open-ILS/web/reports
svn at svn.open-ils.org
svn at svn.open-ils.org
Thu Jul 17 00:41:41 EDT 2008
Author: miker
Date: 2008-07-17 00:41:39 -0400 (Thu, 17 Jul 2008)
New Revision: 10059
Modified:
trunk/Open-ILS/web/reports/oils_rpt_filters.js
Log:
adding labels for new ops
Modified: trunk/Open-ILS/web/reports/oils_rpt_filters.js
===================================================================
--- trunk/Open-ILS/web/reports/oils_rpt_filters.js 2008-07-16 21:43:31 UTC (rev 10058)
+++ trunk/Open-ILS/web/reports/oils_rpt_filters.js 2008-07-17 04:41:39 UTC (rev 10059)
@@ -54,6 +54,14 @@
'is not' : {
label : 'Is not NULL'
+ },
+
+ 'is blank' : {
+ label : 'Is NULL or Blank'
+ },
+
+ 'is not blank' : {
+ label : 'Is not NULL or Blank'
}
}
More information about the open-ils-commits
mailing list