X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/c55ef76464c63eb428f25d7849e6e23f549207a7..728f5827cddfd7e7ca7bd7c36a3d40a9ba311d16:/templates/webpages/bank_transactions/tabs/all.html diff --git a/templates/webpages/bank_transactions/tabs/all.html b/templates/webpages/bank_transactions/tabs/all.html index c04ea0a59..8b7efdfd6 100644 --- a/templates/webpages/bank_transactions/tabs/all.html +++ b/templates/webpages/bank_transactions/tabs/all.html @@ -98,11 +98,11 @@ [% END %] [% bt.transdate_as_date %] - [% bt.amount_as_number %] - [% bt.invoice_amount_as_number %] + [% LxERP.format_amount(bt.amount, 2) %] + [% LxERP.format_amount(bt.invoice_amount, 2) %] [% HTML.escape(bt.remote_name) %] [% HTML.escape(bt.purpose) %] - [% HTML.escape(bt.transactiontext) %] + [% HTML.escape(bt.transaction_text) %] [% HTML.escape(bt.remote_account_number) %] [% HTML.escape(bt.remote_bank_code) %] [% bt.valutadate_as_date %]