From: miker Date: Thu, 17 Jul 2008 04:42:46 +0000 (+0000) Subject: adding labels for new ops X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=b16165f9791a06e6bb22fb9c17690deccbd5a7e8;p=Evergreen.git adding labels for new ops git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_2_2@10061 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' } }