X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/kivitendo-erp.git/blobdiff_plain/b61f5c3df68e3a3b4fb6a8a287172b0989215748..50c2f2285ce7fc70626afdce52a25172761d0ab7:/templates/webpages/ir/form_footer.html
diff --git a/templates/webpages/ir/form_footer.html b/templates/webpages/ir/form_footer.html
index 9e751783b..b2732a7ce 100644
--- a/templates/webpages/ir/form_footer.html
+++ b/templates/webpages/ir/form_footer.html
@@ -51,12 +51,12 @@
[% SET total_ref = item _ '_total' %]
[% SET netto_ref = item _ '_netto' %]
- Enthaltene [% $description_ref | html %] [% $rate_ref * 100 %]% |
+ [% 'Including' | $T8 %] [% $description_ref | html %] [% $rate_ref * 100 %]% |
[% LxERP.format_amount($total_ref, 2) %] |
[%- IF taxincluded %]
- Nettobetrag |
+ [% 'Net amount' | $T8 %] |
[% LxERP.format_amount($netto_ref, 2) %] |
[%- END %]
@@ -73,7 +73,7 @@
-[% PROCESS 'webdav/_list.thml' %]
+[% PROCESS 'webdav/_list.html' %]
[% PROCESS 'ir/_payments.html' %]
@@ -116,7 +116,9 @@
[%#- button for saving history %]
-
+ [% IF INSTANCE_CONF.get_ir_show_mark_as_paid %]
+
+ [% END %]
[% END %]
@@ -127,6 +129,4 @@
-