X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/deb4d2dbb676d7d6f69dfe7815d6e0cb09bd4a44..53593baa211863fbf66540cf1bcc36c8fb37257f:/templates/webpages/acc_trans/_mini_ledger.html diff --git a/templates/webpages/acc_trans/_mini_ledger.html b/templates/webpages/acc_trans/_mini_ledger.html index 3a188610b..4164ef5dc 100644 --- a/templates/webpages/acc_trans/_mini_ledger.html +++ b/templates/webpages/acc_trans/_mini_ledger.html @@ -20,7 +20,7 @@ [%- transaction.chart.accno -%] [%- transaction.chart.description -%] [%- IF transaction.amount < 0 %] [%- LxERP.format_amount(transaction.amount * -1, 2) %] [% END %] - [%- IF transaction.amount > 0 %] [%- transaction.amount_as_number -%] [%- END -%] + [%- IF transaction.amount > 0 %] [%- LxERP.format_amount(transaction.amount , 2) %] [%- END -%] [%- END %]