X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/3efb443e966e61d1812be458f5a7aa6833dcc6c4..b293ff8ad52fc76ba0c44783e3982418114d6b08:/templates/webpages/is/_payments.html
diff --git a/templates/webpages/is/_payments.html b/templates/webpages/is/_payments.html
index 23400b583..8072df314 100644
--- a/templates/webpages/is/_payments.html
+++ b/templates/webpages/is/_payments.html
@@ -89,14 +89,14 @@
[% SET forex = 'forex_' _ i %]
[% SET exchangerate = 'exchangerate_' _ i %]
[% IF $forex %]
-
- [% LxERP.format_amount($forex, 2) %]
+
+ [% LxERP.format_amount($forex, 5) %]
[% ELSE %]
[% IF $changeable %]
-
+
[% ELSE %]
-
- [% LxERP.format_amount($exchangerate, 2, 1) %]
+
+ [% LxERP.format_amount($exchangerate, 5, 1) %]
[% END %]
[% END %]
@@ -140,5 +140,5 @@