[open-ils-commits] r10060 - branches/rel_1_2/Open-ILS/web/reports

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


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

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

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