From 6bc0ff7397db16325f8b14c6353e081a19ae201d Mon Sep 17 00:00:00 2001 From: Martin Renvoize Date: Thu, 25 Mar 2021 12:22:56 +0000 Subject: [PATCH] Bug 15348: (QA follow-up) Remove superflous filters MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The QA script highlighted the addition of some unneeded extra TT filters. Signed-off-by: Christian Stelzenmüller Signed-off-by: Katrin Fischer --- koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt index d655992ca7..47c5d3f405 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt @@ -481,7 +481,7 @@ [% IF Koha.Preference('EDIFACT') && ediaccount %]   [% END %] - [% foot_loo.estimated_delivery_date | $KohaDates | html %] + [% foot_loo.estimated_delivery_date | $KohaDates %] [% IF ( active ) %] [% UNLESS ( closedate ) %]   @@ -509,7 +509,7 @@ [% IF Koha.Preference('EDIFACT') && ediaccount %]   [% END %] - [% estimated_delivery_date | $KohaDates | html %] + [% estimated_delivery_date | $KohaDates %] [% IF ( active ) %] [% UNLESS ( closedate ) %]   @@ -596,7 +596,7 @@ [% IF Koha.Preference('EDIFACT') && ediaccount %] [% books_loo.suppliers_report | html %] [% END %] - [% books_loo.estimated_delivery_date | $KohaDates | html %] + [% books_loo.estimated_delivery_date | $KohaDates %] [% IF ( active ) %] [% UNLESS ( closedate ) %] -- 2.30.2