From 18f1522d1d7551b0ef0ecaecc0fd4df65352c468 Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Wed, 14 Nov 2007 08:43:09 +0000 Subject: [PATCH] =?utf8?q?Der=20Ertrag=20ist=20kein=20Prozentwert.=20Zahle?= =?utf8?q?n=20rechtsb=C3=BCndig=20anordnen.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- templates/webpages/oe/orders_footer_de.html | 9 +++++---- templates/webpages/oe/orders_footer_master.html | 9 +++++---- 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/templates/webpages/oe/orders_footer_de.html b/templates/webpages/oe/orders_footer_de.html index 68112fb66..c6d280818 100644 --- a/templates/webpages/oe/orders_footer_de.html +++ b/templates/webpages/oe/orders_footer_de.html @@ -28,24 +28,25 @@ +[%- IF is_sales %] -[%- IF is_sales %] - + - + + -[%- END %]
Ertrag[% LxERP.format_amount(marge_total, 2) %] %[% LxERP.format_amount(marge_total, 2) %]
Ertrag prozentual[% LxERP.format_amount(marge_percent, 2) %] %[% LxERP.format_amount(marge_percent, 2) %]%
+[%- END %] [%- IF taxaccounts %] Steuer im Preis inbegriffen

diff --git a/templates/webpages/oe/orders_footer_master.html b/templates/webpages/oe/orders_footer_master.html index 23b2cf2d4..64d0b0b45 100644 --- a/templates/webpages/oe/orders_footer_master.html +++ b/templates/webpages/oe/orders_footer_master.html @@ -28,24 +28,25 @@ +[%- IF is_sales %] -[%- IF is_sales %] - + - + + -[%- END %]
Ertrag[% LxERP.format_amount(marge_total, 2) %] %[% LxERP.format_amount(marge_total, 2) %]
Ertrag prozentual[% LxERP.format_amount(marge_percent, 2) %] %[% LxERP.format_amount(marge_percent, 2) %]%
+[%- END %] [%- IF taxaccounts %] Tax Included

-- 2.20.1