X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/cb1453a235de6c22bb2245449b5e3ae53b280fc3..HEAD:/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..6756638bc 100644
--- a/templates/webpages/acc_trans/_mini_ledger.html
+++ b/templates/webpages/acc_trans/_mini_ledger.html
@@ -20,9 +20,10 @@
[%- 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 %]
+
|
[%- LxERP.t8("Total") %]: |
[%- LxERP.format_amount(debit_sum * -1, 2) %] |
@@ -30,4 +31,4 @@
-
+