From 86cea22fcd2f267f40c752e28bc7258ad6833080 Mon Sep 17 00:00:00 2001 From: Martin Renvoize <martin.renvoize@ptfs-europe.com> 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 <christian.stelzenmueller@bsz-bw.de> --- 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 %] <th> </th> [% END %] - <th>[% foot_loo.estimated_delivery_date | $KohaDates | html %]</th> + <th>[% foot_loo.estimated_delivery_date | $KohaDates %]</th> [% IF ( active ) %] [% UNLESS ( closedate ) %] <th> </th> @@ -509,7 +509,7 @@ [% IF Koha.Preference('EDIFACT') && ediaccount %] <th> </th> [% END %] - <th>[% estimated_delivery_date | $KohaDates | html %]</th> + <th>[% estimated_delivery_date | $KohaDates %]</th> [% IF ( active ) %] [% UNLESS ( closedate ) %] <th> </th> @@ -596,7 +596,7 @@ [% IF Koha.Preference('EDIFACT') && ediaccount %] <td>[% books_loo.suppliers_report | html %]</td> [% END %] - <td>[% books_loo.estimated_delivery_date | $KohaDates | html %]</td> + <td>[% books_loo.estimated_delivery_date | $KohaDates %]</td> [% IF ( active ) %] [% UNLESS ( closedate ) %] <td> -- 2.30.2