X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fir%2F_payments.html;h=cb4088622f3644bf995535847e2d93fcd9f442bd;hb=c05d6e3a062effb45e667ed687be463b700ffc50;hp=51a1fdd1830e3a1aa9de7c31c751dda21dd0fbc1;hpb=69a44d3b470358fcd7e473d38fb5dfd5c62c8b50;p=kivitendo-erp.git diff --git a/templates/webpages/ir/_payments.html b/templates/webpages/ir/_payments.html index 51a1fdd18..cb4088622 100644 --- a/templates/webpages/ir/_payments.html +++ b/templates/webpages/ir/_payments.html @@ -1,5 +1,6 @@ [%- USE T8 %] [%- USE LxERP %] +[%- USE L %] @@ -42,8 +43,7 @@ [% END %] @@ -99,13 +99,6 @@ - [% IF $changeable %] - - [% END %] [% END # foreach %]
[% IF $changeable %] - - + [% L.date_tag('datepaid_'_ i, $datepaid) %] [% ELSE %] [% $datepaid %] [% END %] @@ -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 %] - ; +