X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fir%2F_payments.html;h=cb4088622f3644bf995535847e2d93fcd9f442bd;hb=0c28bb82b805b07543debaf08061b58d0b437c07;hp=1677219d460678d9bb55b30653ce500ee121b585;hpb=46bc75c8079099de22ccbc6281b04f42ade67f1a;p=kivitendo-erp.git 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 %]