From 8ce5221c43d1ed7ff000daba82949f2274607c9c 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 The QA script highlighted the addition of some unneeded extra TT filters. --- 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 25c80167a1..fbc87bf4a6 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt @@ -462,7 +462,7 @@ [% foot_loo.tax_value | $Price %]     - [% foot_loo.estimated_delivery_date | $KohaDates | html %] + [% foot_loo.estimated_delivery_date | $KohaDates %] [% IF ( active ) %] [% UNLESS ( closedate ) %]   @@ -488,7 +488,7 @@ [% total_tax_value | $Price %]     - [% estimated_delivery_date | $KohaDates | html %] + [% estimated_delivery_date | $KohaDates %] [% IF ( active ) %] [% UNLESS ( closedate ) %]   @@ -573,7 +573,7 @@ [% books_loo.tax_value | $Price %] [% books_loo.budget_name | html %] [% books_loo.suppliers_report | html %] - [% books_loo.estimated_delivery_date | $KohaDates | html %] + [% books_loo.estimated_delivery_date | $KohaDates %] [% IF ( active ) %] [% UNLESS ( closedate ) %] -- 2.20.1