From: erickson Date: Mon, 9 Oct 2006 04:57:26 +0000 (+0000) Subject: upated null/not-null label X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=ba2fb1e62e140cfa45a12e627245122357d0fd27;p=evergreen%2Fpines.git upated null/not-null label git-svn-id: svn://svn.open-ils.org/ILS/trunk@6416 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 0b211d27b6..87bee9d433 100644 --- a/Open-ILS/web/reports/oils_rpt_filters.js +++ b/Open-ILS/web/reports/oils_rpt_filters.js @@ -49,11 +49,11 @@ var OILS_RPT_FILTERS = { }, 'is' : { - label : 'Is' + label : 'Is NULL' }, 'is not' : { - label : 'Is not' + label : 'Is not NULL' } }