X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/acbd9d0f24ae02d58ca34d480d84886b75ff7017..b293ff8ad52fc76ba0c44783e3982418114d6b08:/templates/webpages/ir/_payments.html
diff --git a/templates/webpages/ir/_payments.html b/templates/webpages/ir/_payments.html
index d47ecd4f0..111083954 100644
--- a/templates/webpages/ir/_payments.html
+++ b/templates/webpages/ir/_payments.html
@@ -81,14 +81,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 %]
@@ -130,5 +130,5 @@