From 9e739f379a8b2eba6a3b4c11e69165312ef6423d Mon Sep 17 00:00:00 2001 From: Kyle M Hall Date: Thu, 11 Feb 2016 09:38:33 +0000 Subject: [PATCH] Bug 15632 [QA Followup] - Undo changes needed for Bug 13618 which was reverted --- koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt | 4 ++-- 1 file changed, 2 insertions(+), 2 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 6fbb6ae..88ec49b 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt @@ -846,7 +846,7 @@ No patron matched [% message %] [% message.message_date | $KohaDates %] [% message.branchcode %] - "[% message.message.raw %]" + "[% message.message %]" [% IF message.branchcode == branch OR Koha.Preference('AllowAllMessageDeletion') %] [Delete] @@ -854,7 +854,7 @@ No patron matched [% message %] [% END %] [% FOREACH message IN patron_messages %] -
  • [% message.message_date | $KohaDates %] [% message.branchcode %] "[% message.message.raw %]" +
  • [% message.message_date | $KohaDates %] [% message.branchcode %] "[% message.message %]" [% IF message.branchcode == branch OR Koha.Preference('AllowAllMessageDeletion') %] [Delete] [% END %]
  • -- 2.1.4