X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/cae732b8bee471e0611a68d29978aa80551b256f..fc577cb1ed6f46e4779624b97dc87f30abbd8c1c:/templates/webpages/ir/_payments.html
diff --git a/templates/webpages/ir/_payments.html b/templates/webpages/ir/_payments.html
index d47ecd4f0..6726c8b1d 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 %]