X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fis%2F_payments.html;h=93a0fb879775c36ac23aa81d4b23fe320f2d8e93;hb=ab3a31188049f846e335d9c91272a1a9ecb8b403;hp=ffab3210fbe65f59fd7373c91f9e68dc41a82e3b;hpb=a5f8721101cfb1308f99980fdc88311afa9e1049;p=kivitendo-erp.git diff --git a/templates/webpages/is/_payments.html b/templates/webpages/is/_payments.html index ffab3210f..93a0fb879 100644 --- a/templates/webpages/is/_payments.html +++ b/templates/webpages/is/_payments.html @@ -72,7 +72,7 @@ [% IF $changeable %] - + [% ELSE %] [% LxERP.format_amount($paid, 2, 1) %] @@ -89,14 +89,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 %] @@ -112,17 +112,6 @@ - [% IF $changeable %] - - - - - - [% END %] - [% END # foreach %]