From bd80300b0560fd0013392d133cf23e307de8126a Mon Sep 17 00:00:00 2001 From: miker Date: Sat, 12 May 2007 04:02:30 +0000 Subject: [PATCH] try command property instead of oncommand attr git-svn-id: svn://svn.open-ils.org/ILS/trunk@7258 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 e1a5f4276d..5f5fb3b5f3 100644 --- a/Open-ILS/web/reports/xul/template-config.js +++ b/Open-ILS/web/reports/xul/template-config.js @@ -578,7 +578,7 @@ function populateTransformContext () { alias : t.label, label : t.label, params : t.params, - oncommand : "alterColumnTransform('"+t.name+"')", + command : function () { return alterColumnTransform(t.name) } } ) ); -- 2.11.0