X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fir%2F_payments.html;h=6d7db5ea0f77eba2766d4a312d9ca31cbaf73137;hb=7b8bda2cb40192d77faee5226ebeadd38ba99545;hp=51a1fdd1830e3a1aa9de7c31c751dda21dd0fbc1;hpb=6a8e9b7d59c490093be1315d22fd8d675b6bc930;p=kivitendo-erp.git diff --git a/templates/webpages/ir/_payments.html b/templates/webpages/ir/_payments.html index 51a1fdd18..6d7db5ea0 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 %] @@ -101,7 +101,6 @@ [% IF $changeable %]
[% 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 %] - ; +