From: Owen Leonard <[email protected]> T:T variable scope error.
Signed-off-by: Nicole C. Engard <[email protected]> --- .../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.</p> [% IF ( definitions ) %] <fieldset><legend>Dictionary Definitions</legend><table> [% FOREACH definition IN definitions %] - <tr><td><input type="checkbox" name="definition" value="[% id %]" /> [% definition.name %]</td></tr> + <tr><td><input type="checkbox" name="definition" value="[% definition.id %]" /> [% definition.name %]</td></tr> [% END %] </table> [% END %] -- 1.7.2.3 _______________________________________________ Koha-patches mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-patches website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
