From 593b43f9b694a86e4509960b7b3942056b52e7cb Mon Sep 17 00:00:00 2001 From: Nick Clemens Date: Sat, 27 Oct 2018 13:24:30 +0000 Subject: [PATCH] Bug 18591: (RM follow-up) Fix filter Signed-off-by: Nick Clemens --- koha-tmpl/intranet-tmpl/prog/en/modules/ill/ill-requests.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/ill/ill-requests.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/ill/ill-requests.tt index 1f643dbdc7..bc6f40a936 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/ill/ill-requests.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/ill/ill-requests.tt @@ -626,7 +626,7 @@ [% FOREACH comment IN request.illcomments %]
Comment by: - + [% comment.patron.firstname _ " " _ comment.patron.surname _ " [" _ comment.patron.cardnumber _ "]" | html %] [% comment.timestamp | $KohaDates with_hours => 1 %]

[% comment.comment | html %]

-- 2.20.1