[open-ils-commits] r10061 - branches/rel_1_2_2/Open-ILS/web/reports

svn at svn.open-ils.org svn at svn.open-ils.org
Thu Jul 17 00:42:49 EDT 2008


Author: miker
Date: 2008-07-17 00:42:46 -0400 (Thu, 17 Jul 2008)
New Revision: 10061

Modified:
   branches/rel_1_2_2/Open-ILS/web/reports/oils_rpt_filters.js
Log:
adding labels for new ops

Modified: branches/rel_1_2_2/Open-ILS/web/reports/oils_rpt_filters.js
===================================================================
--- branches/rel_1_2_2/Open-ILS/web/reports/oils_rpt_filters.js	2008-07-17 04:41:46 UTC (rev 10060)
+++ branches/rel_1_2_2/Open-ILS/web/reports/oils_rpt_filters.js	2008-07-17 04:42:46 UTC (rev 10061)
@@ -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