From dde258a0e372240b735f8025f40bbdf6baa6d816 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 Content-Type: text/plain; charset="utf-8" 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 [% message %] [% IF ( lib_messages_loo.can_delete ) %] [Delete] [% ELSE %] - [% IF ( lib_messages_loo.all_messages_del ) %] + [% IF ( all_messages_del ) %] [Delete] [% END %] [% END %] -- 1.7.3