X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fis%2Fform_footer.html;h=60e349326a6c3bf2cc0226892c916649d7672c22;hb=71ada638068acc8b1481b7392bc0511fa627647e;hp=fdbdc21b87610f581c07ed04848b04154a007996;hpb=5bc87ade7044239fa9e893b9d7cbd476dc627eea;p=kivitendo-erp.git diff --git a/templates/webpages/is/form_footer.html b/templates/webpages/is/form_footer.html index fdbdc21b8..60e349326 100644 --- a/templates/webpages/is/form_footer.html +++ b/templates/webpages/is/form_footer.html @@ -107,6 +107,13 @@ [%- END %] +[%- IF rounding %] + + [% 'Rounding' | $T8 %] + [% LxERP.format_amount(rounding, 2) %] + +[%- END %] + [%# tax %] [% FOREACH item = taxaccounts_array %] [% SET description_ref = item _ '_description' %] @@ -124,7 +131,6 @@ [%- END %] [%- END %] - [% 'Total' | $T8 %] [% LxERP.format_amount(invtotal, 2) %] @@ -191,6 +197,10 @@ [% END %] [% END %] + [% IF callback %] + [% 'back' | $T8 %] + [% END %] +