From 84f255a465abc0efd64847686f8d4b7673f275dd Mon Sep 17 00:00:00 2001 From: Tomas Cohen Arazi Date: Wed, 15 Feb 2023 09:32:07 -0300 Subject: [PATCH] Bug 31957: (QA follow-up) Add missing filters Signed-off-by: Tomas Cohen Arazi (cherry picked from commit f6bf78a1073857b6a1e6b76a99b7f26380122d36) Signed-off-by: Pedro Amorim (cherry picked from commit b0ffe61e3eae193f443a579688fabdc91d6d60ef) Signed-off-by: Lucas Gass --- koha-tmpl/intranet-tmpl/prog/en/modules/admin/branches.tt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/branches.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/branches.tt index 34a7c13f13..4c2b3ff119 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/branches.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/branches.tt @@ -177,7 +177,7 @@ Libraries › Administration › Koha
[% IF ( CAN_user_parameters_manage_sysprefs ) %] [% pref_ILLDefaultStaffEmail_link = BLOCK %]ILLDefaultStaffEmail[% END %] - Default: [% pref_ILLDefaultStaffEmail_link | $KohaSpan %] system preference + Default: [% pref_ILLDefaultStaffEmail_link | $raw | $KohaSpan %] system preference [% ELSE %] Default: ILLDefaultStaffEmail system preference [% END %] @@ -190,7 +190,7 @@ Libraries › Administration › Koha
[% IF ( CAN_user_parameters_manage_sysprefs ) %] [% pref_ReplyToDefault_link = BLOCK %]ReplyToDefault[% END %] - Default: [% pref_ReplyToDefault_link | $KohaSpan %] system preference + Default: [% pref_ReplyToDefault_link | $raw | $KohaSpan %] system preference [% ELSE %] Default: ReplyToDefault system preference [% END %] @@ -202,7 +202,7 @@ Libraries › Administration › Koha
[% IF ( CAN_user_parameters_manage_sysprefs ) %] [% pref_ReturnpathDefault_link = BLOCK %]ReturnpathDefault[% END %] - Default: [% pref_ReturnpathDefault_link | $KohaSpan %] system preference + Default: [% pref_ReturnpathDefault_link | $raw | $KohaSpan %] system preference [% ELSE %] Default: ReturnpathDefault system preference [% END %] @@ -237,7 +237,7 @@ Libraries › Administration › Koha
[% IF ( CAN_user_parameters_manage_sysprefs ) %] [% pref_MARCOrgCode_link = BLOCK %]MARCOrgCode[% END %] - If not filled in defaults to system preference [% pref_MARCOrgCode_link | $KohaSpan %]. + If not filled in defaults to system preference [% pref_MARCOrgCode_link | $raw | $KohaSpan %]. [% ELSE %] If not filled in defaults to system preference MARCOrgCode. [% END %] -- 2.20.1