From 2a5f0d47e79a0c5fdc9be795e52d273f9c73a5b6 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Tue, 23 Dec 2025 16:08:59 +0100 Subject: [PATCH] Bug 41457: Add missing html filter Signed-off-by: Kyle M Hall --- 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 c119e83b364..b4426991d99 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/holdshistory.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/holdshistory.tt @@ -175,7 +175,7 @@ libraries: all_libraries, }; - const show_itemtype_column = [% Koha.Preference('AllowHoldItemTypeSelection') ? 1 : 0 %]; + const show_itemtype_column = [% Koha.Preference('AllowHoldItemTypeSelection') ? 1 : 0 | html %];