From 1c81a1bd6bfc52a9a3ce195471d516ea69d7ed72 Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Sat, 4 Nov 2023 13:45:56 +0000 Subject: [PATCH] Bug 28805: (follow-up) Fix non-printable char that breaks tests Signed-off-by: Tomas Cohen Arazi --- .../prog/en/modules/circ/circulation_batch_checkouts.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation_batch_checkouts.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation_batch_checkouts.tt index 59ab59ee68..2f7e19ec3f 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation_batch_checkouts.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation_batch_checkouts.tt @@ -100,7 +100,7 @@ - [% IF Koha.Preference('SpecifyDueDate') || Koha.Preference('OnSiteCheckouts') %] + [% IF Koha.Preference('SpecifyDueDate') || Koha.Preference('OnSiteCheckouts') %]
    [% IF Koha.Preference('SpecifyDueDate') %] -- 2.20.1