From 657d074b7c7d45d438ca20879e21a84f704994bc 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 --- 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 4d2459b16c..60c773fbeb 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 [% 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.2