From d27818d8065e664c3399bebf0e2d742a2bf01f99 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Tue, 9 Aug 2011 16:10:47 -0400 Subject: [PATCH] Fix for Bug 6686, Can't delete messages T:T variable scope error which only affected systems with the AllowAllMessageDeletion preference ON Signed-off-by: Chris Cormack (cherry picked from commit 657d074b7c7d45d438ca20879e21a84f704994bc) Signed-off-by: Chris Nighswonger --- koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 cb03d89f4c..dd4886a045 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt @@ -630,7 +630,7 @@ No patron matched [% message %] [% IF ( lib_messages_loo.can_delete ) %] [Delete] [% ELSE %] - [% IF ( lib_messages_loo.all_messages_del ) %] + [% IF ( all_messages_del ) %] [Delete] [% END %] [% END %] -- 2.39.5