From c4438cc475cd3182ce8b36409233518c743d8ea7 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Tue, 19 Jul 2011 14:44:50 -0400 Subject: [PATCH] Fix for Bug 6601 - dictionary items not adding to query Content-Type: text/plain; charset="utf-8" T:T variable scope error. --- .../en/modules/reports/guided_reports_start.tt | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) 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 04cfb43..0c1767b 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 %] -- 1.7.3