T:T variable scope correction.
---
.../intranet-tmpl/prog/en/modules/tags/review.tt | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tags/review.tt
b/koha-tmpl/intranet-tmpl/prog/en/modules/tags/review.tt
index abe8b95..8c53028 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/tags/review.tt
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tags/review.tt
@@ -239,7 +239,7 @@ td input,td input[type="submit"] { font-size: 85%; padding:
1px; }
<input class="rej" type="submit" title="[% tagloo.term
%]" value="Reject" name="reject" />
</span>
</td>
- [% UNLESS ( tagloo.filter_approved_pending ) %]<td> </td>[%
END %]
+ [% UNLESS ( filter_approved_pending ) %]<td> </td>[% END %]
[% END %]
<td>[% tagloo.date_approved %]
</td>
--
1.7.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/