From: miker Date: Thu, 17 Jul 2008 04:41:39 +0000 (+0000) Subject: adding labels for new ops X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=0c3e4690425216ac0c96a9310a50f3a7ed90cbf8;p=Evergreen.git adding labels for new ops git-svn-id: svn://svn.open-ils.org/ILS/trunk@10059 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- 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' } }