From ce324289c8edd8c37ee9d64baef1ea422e805863 Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Wed, 17 Aug 2022 11:31:35 +0000 Subject: [PATCH] Bug 15348: (follow-up) Fix sorting of estimated delivery date on basket summary page Also removes some unneded variables from the table footers that are used to display amount totals. Signed-off-by: Katrin Fischer Signed-off-by: Martin Renvoize --- 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 aff9d364a3..9e3cb0af87 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt @@ -478,7 +478,7 @@   [% foot_loo.tax_value | $Price %]   - [% foot_loo.estimated_delivery_date | $KohaDates %] +   [% IF Koha.Preference('EDIFACT') && ediaccount %]   [% END %] @@ -506,7 +506,7 @@   [% total_tax_value | $Price %]   - [% estimated_delivery_date | $KohaDates %] +   [% IF Koha.Preference('EDIFACT') && ediaccount %]   [% END %] @@ -593,7 +593,7 @@ [% books_loo.tax_rate * 100 | html %] [% books_loo.tax_value | $Price %] [% books_loo.budget_name | html %] - + [% books_loo.estimated_delivery_date | $KohaDates %] [% IF CAN_user_acquisition_order_manage %] -- 2.30.2