From 827843195f1e281667894a9ac758031ce52d7e45 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sven=20Sch=C3=B6ling?= Date: Mon, 17 Oct 2011 10:40:44 +0200 Subject: [PATCH] =?utf8?q?hidden=20tags=20nicht=20irgendwo=20im=20table=20?= =?utf8?q?Layout=20ablegen,=20sondern=20direkt=20bei=20den=20Daten=20die?= =?utf8?q?=20sie=20repr=C3=A4sentieren.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- templates/webpages/oe/form_footer.html | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) diff --git a/templates/webpages/oe/form_footer.html b/templates/webpages/oe/form_footer.html index b0ba7fe67..ef6bc85ab 100644 --- a/templates/webpages/oe/form_footer.html +++ b/templates/webpages/oe/form_footer.html @@ -53,16 +53,19 @@ [% 'Ertrag' | $T8 %] - [% LxERP.format_amount(marge_total, 2) %] + + [% LxERP.format_amount(marge_total, 2) %] + + [% 'Ertrag prozentual' | $T8 %] - [% LxERP.format_amount(marge_percent, 2) %] + + [% LxERP.format_amount(marge_percent, 2) %] + + % - - - [%- END %] @@ -80,7 +83,10 @@ [% tax %] [% 'Total' | $T8 %] - [% LxERP.format_amount(invtotal, 2) %] + [% LxERP.format_amount(invtotal, 2) %] + + + @@ -88,8 +94,6 @@ - -
-- 2.20.1