From 231afa07c5b6e0ec464a79a5f740f7e8f604b401 Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Tue, 25 Aug 2020 12:45:58 +0000 Subject: [PATCH] Bug 26281: (QA follow-up) Fix missing filter Signed-off-by: Katrin Fischer --- koha-tmpl/intranet-tmpl/prog/en/modules/members/holdshistory.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/holdshistory.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/holdshistory.tt index 06c0cca049..c0d574a763 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/holdshistory.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/holdshistory.tt @@ -98,7 +98,7 @@ [% ELSIF hold.cancellationdate %] Cancelled [% IF hold.cancellation_reason %] - ([% AuthorisedValues.GetByCode('HOLD_CANCELLATION', hold.cancellation_reason) %]) + ([% AuthorisedValues.GetByCode('HOLD_CANCELLATION', hold.cancellation_reason) | html %]) [% END %] [% ELSIF hold.found == 'W' %] Waiting -- 2.11.0