From 598039be365f4f1a9c5a48355878c07f8047b193 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sven=20Sch=C3=B6ling?= Date: Fri, 1 Oct 2021 19:11:55 +0200 Subject: [PATCH] DeliveryOrder: ungenutztes template --- .../webpages/delivery_order/tabs/_tax_row.html | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 templates/webpages/delivery_order/tabs/_tax_row.html diff --git a/templates/webpages/delivery_order/tabs/_tax_row.html b/templates/webpages/delivery_order/tabs/_tax_row.html deleted file mode 100644 index aa09a3a86..000000000 --- a/templates/webpages/delivery_order/tabs/_tax_row.html +++ /dev/null @@ -1,15 +0,0 @@ -[%- USE T8 %] -[%- USE HTML %] -[%- USE LxERP %] -[%- USE L %] - - - [%- IF TAXINCLUDED %][%- 'Including' | $T8 %] [%- END %][%- TAX.tax.taxdescription %] [% TAX.tax.rate_as_percent %]% - [%- LxERP.format_amount(TAX.amount, 2, 0) %] - -[%- IF TAXINCLUDED %] - - [%- 'Net amount' | $T8 %] - [%- LxERP.format_amount(TAX.netamount, 2, 0) %] - -[%- END%] -- 2.20.1