Fix for Bug 6601 - dictionary items not adding to query

T:T variable scope error.

Signed-off-by: Nicole C. Engard <nengard@bywatersolutions.com>
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
This commit is contained in:
Owen Leonard 2011-07-19 01:27:07 -04:00 committed by Chris Cormack
parent bd6404608a
commit 9d21892cec

View 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 %]