From 4185ce7e8ef3e05a506edf59ce04522d54242b64 Mon Sep 17 00:00:00 2001 From: Martin Renvoize Date: Fri, 8 Feb 2019 16:54:37 +0000 Subject: [PATCH] Bug 21427: (QA follow-up) Fix for tabs Signed-off-by: Martin Renvoize --- .../prog/en/modules/acqui/ordered.tt | 42 +++++++++---------- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/ordered.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/ordered.tt index fc25300c11..c7f24a5c6c 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/ordered.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/ordered.tt @@ -28,48 +28,48 @@ Title - Order - Vendor + Order + Vendor Item type Left on order - Estimated cost per unit + Estimated cost per unit Date ordered - Subtotal + Subtotal [% FOREACH order IN ordered %] - + - [% order.title | html %] + [% order.title | html %] - - + + [% IF ( CAN_user_acquisition_order_manage ) %] [% order.ordernumber | html %] [% ELSE %] [% order.ordernumber | html %] [% END %] - - + + [% order.vendorname | html %] - - + + [% ItemTypes.GetDescription( order.itype ) | html %] - - - [% order.left | html %] - + + + [% order.left | html %] + [% order.ecost_tax_included | $Price %] - + [% order.entrydate | $KohaDates %] - + - [% order.subtotal | $Price %] - + [% order.subtotal | $Price %] + [% END %] @@ -91,7 +91,7 @@ - + [% total | $Price %] -- 2.20.1