From c75027006bc64d01f6d6f6d92f68965e73102f91 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 --- 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 e759cebf5f8..6e295ec7c85 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 %];