X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/469ca9fc3cac624073270fc3217766dbb7aba253..87eebe6:/templates/webpages/ir/_payments.html
diff --git a/templates/webpages/ir/_payments.html b/templates/webpages/ir/_payments.html
index 1677219d4..cb4088622 100644
--- a/templates/webpages/ir/_payments.html
+++ b/templates/webpages/ir/_payments.html
@@ -75,9 +75,9 @@
[% SET forex = 'forex_' _ i %]
[% SET exchangerate = 'exchangerate_' _ i %]
- [% IF forex %]
+ [% IF $forex %]
- [% LxERP.format_amount(exchangerate, 2) %]
+ [% LxERP.format_amount($forex, 2) %]
[% ELSE %]
[% IF $changeable %]
@@ -86,7 +86,7 @@
[% LxERP.format_amount($exchangerate, 2, 1) %]
[% END %]
[% END %]
- ;
+
|
[% END %]
@@ -99,12 +99,6 @@
- [% IF $changeable %]
-
- [% END %]
[% END # foreach %]