X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/kivitendo-erp.git/blobdiff_plain/5058c99dba2ca85519c891465f86b4f3d7fcfce5..ffd06003d74a7844892fca93905556a1903a31d8:/templates/webpages/is/_payments.html diff --git a/templates/webpages/is/_payments.html b/templates/webpages/is/_payments.html index e0da4e1a2..ffab3210f 100644 --- a/templates/webpages/is/_payments.html +++ b/templates/webpages/is/_payments.html @@ -18,6 +18,7 @@ [%- 'Source' | $T8 %] [%- 'Memo' | $T8 %] [%- 'Amount' | $T8 %] + [% IF show_exchangerate %] [%- 'Exch' | $T8 %] [% END %] @@ -77,6 +78,11 @@ [% LxERP.format_amount($paid, 2, 1) %] [% END %] + + [% IF $changeable && loop.last && paid_missing > 0 %] + + [% END %] + [% IF show_exchangerate %] @@ -144,3 +150,6 @@ +