Fix for Bug 6601 - dictionary items not adding to query
authorOwen Leonard <oleonard@myacpl.org>
Tue, 19 Jul 2011 05:27:07 +0000 (01:27 -0400)
committerChris Cormack <chrisc@catalyst.net.nz>
Tue, 19 Jul 2011 21:32:18 +0000 (09:32 +1200)
T:T variable scope error.

Signed-off-by: Nicole C. Engard <nengard@bywatersolutions.com>
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt

index 04cfb43..0c1767b 100644 (file)
@@ -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 %]