From bc255f68f6913e101b39d1cb9b53630f6f560bf2 Mon Sep 17 00:00:00 2001 From: miker Date: Sat, 12 May 2007 03:08:39 +0000 Subject: [PATCH] trying a fix for the textbox bug git-svn-id: svn://svn.open-ils.org/ILS/trunk@7250 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/web/reports/xul/template-config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/web/reports/xul/template-config.js b/Open-ILS/web/reports/xul/template-config.js index 70cb17f16d..df16f9e9c1 100644 --- a/Open-ILS/web/reports/xul/template-config.js +++ b/Open-ILS/web/reports/xul/template-config.js @@ -231,7 +231,7 @@ function alterColumnTransform (trans) { } renderSources(true); - return true; + return false; } function changeOperator (args) { -- 2.11.0