T:T variable scope error which only affected systems
with the AllowAllMessageDeletion preference ON
---
.../prog/en/modules/circ/circulation.tt | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt
b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt
index 4d2459b..60c773f 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt
@@ -629,7 +629,7 @@ No patron matched <span class="ex">[% message %]</span>
[% IF ( lib_messages_loo.can_delete ) %]
<a
href="/cgi-bin/koha/circ/del_message.pl?message_id=[%
lib_messages_loo.message_id %]&borrowernumber=[%
lib_messages_loo.borrowernumber %]">[Delete]</a>
[% ELSE %]
- [% IF (
lib_messages_loo.all_messages_del ) %]
+ [% IF ( all_messages_del ) %]
<a
href="/cgi-bin/koha/circ/del_message.pl?message_id=[%
lib_messages_loo.message_id %]&borrowernumber=[%
lib_messages_loo.borrowernumber %]">[Delete]</a>
[% END %]
[% END %]
--
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/