From 0c3e4690425216ac0c96a9310a50f3a7ed90cbf8 Mon Sep 17 00:00:00 2001 From: miker Date: Thu, 17 Jul 2008 04:41:39 +0000 Subject: [PATCH] adding labels for new ops git-svn-id: svn://svn.open-ils.org/ILS/trunk@10059 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/web/reports/oils_rpt_filters.js | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Open-ILS/web/reports/oils_rpt_filters.js b/Open-ILS/web/reports/oils_rpt_filters.js index 13f4ae9919..07bdce31fe 100644 --- a/Open-ILS/web/reports/oils_rpt_filters.js +++ b/Open-ILS/web/reports/oils_rpt_filters.js @@ -54,6 +54,14 @@ var OILS_RPT_FILTERS = { 'is not' : { label : 'Is not NULL' + }, + + 'is blank' : { + label : 'Is NULL or Blank' + }, + + 'is not blank' : { + label : 'Is not NULL or Blank' } } -- 2.43.2