From 9d21892cec24c10c29e3587affeee8e800cb2ee8 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Tue, 19 Jul 2011 01:27:07 -0400 Subject: [PATCH] Fix for Bug 6601 - dictionary items not adding to query T:T variable scope error. Signed-off-by: Nicole C. Engard Signed-off-by: Chris Cormack --- .../prog/en/modules/reports/guided_reports_start.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt index 04cfb43290..0c1767b2d8 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt @@ -392,7 +392,7 @@ canned reports and writing custom SQL reports.

[% IF ( definitions ) %]
Dictionary Definitions [% FOREACH definition IN definitions %] - + [% END %]
[% definition.name %]
[% definition.name %]
[% END %] -- 2.39.2