From ba2fb1e62e140cfa45a12e627245122357d0fd27 Mon Sep 17 00:00:00 2001 From: erickson Date: Mon, 9 Oct 2006 04:57:26 +0000 Subject: [PATCH] upated null/not-null label git-svn-id: svn://svn.open-ils.org/ILS/trunk@6416 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/web/reports/oils_rpt_filters.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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' } } -- 2.11.0