X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fcustomer_vendor_turnover%2Finvoices_statistic.html;h=8d6e61bbdbb84d76ba3277c60abb65938ce87f61;hb=53593baa211863fbf66540cf1bcc36c8fb37257f;hp=c6dc91a975e1e8d3170b3f5372440283bca12569;hpb=618f7061cc6a057ec172ae3f2a8e2006742238e0;p=kivitendo-erp.git diff --git a/templates/webpages/customer_vendor_turnover/invoices_statistic.html b/templates/webpages/customer_vendor_turnover/invoices_statistic.html index c6dc91a97..8d6e61bbd 100644 --- a/templates/webpages/customer_vendor_turnover/invoices_statistic.html +++ b/templates/webpages/customer_vendor_turnover/invoices_statistic.html @@ -40,10 +40,10 @@ [% type | $T8 %] [% row.invnumber | html %] [% row.transdate.to_kivitendo | html %] - [%- LxERP.format_amount(row.amount, 2) %] + [%- LxERP.format_amount(row.amount, 2) %] [% row.duedate.to_kivitendo | html %] - [%- LxERP.format_amount(row.paid, 2) %] - [%- LxERP.format_amount(row.amount - row.paid, 2) %] + [%- LxERP.format_amount(row.paid, 2) %] + [%- LxERP.format_amount(row.amount - row.paid, 2) %] [% END %]