X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fis%2F_payments.html;h=41b0186155ca7d1c79e9b60c54ceced8ae9ac1b5;hb=4ec753d2cb56f519d0931896b4e2ce3ebb45c6bd;hp=771cede7478f9c6cf50120a8dc692ef30201eea4;hpb=b498a3939d86fd9fd7c83e5174103250d8662ca7;p=kivitendo-erp.git diff --git a/templates/webpages/is/_payments.html b/templates/webpages/is/_payments.html index 771cede74..41b018615 100644 --- a/templates/webpages/is/_payments.html +++ b/templates/webpages/is/_payments.html @@ -1,4 +1,6 @@ -[%- USE LxERP %][% USE T8 %] +[%- USE LxERP %] +[%- USE T8 %] +[%- USE L %] @@ -26,7 +28,7 @@ [% FOREACH i = paid_indices %] [% SET changeable = 'changeable_' _ i %] [% SET acc_trans_id = 'acc_trans_id_' _ i %] - [% SET gldate = 'gldate_' _ i %] + [% SET p_gldate = 'gldate_' _ i %] [% SET datepaid = 'datepaid_' _ i %] [% SET source = 'source_' _ i %] [% SET memo = 'memo_' _ i %] @@ -36,15 +38,14 @@
- +
[% IF $changeable %] - - + [% L.date_tag('datepaid_'_ i, $datepaid) %] [% ELSE %] [% $datepaid %] [% END %] @@ -77,7 +78,7 @@ [% SET forex = 'forex_' _ i %] [% SET exchangerate = 'exchangerate_' _ i %] - [% IF forex %] + [% IF $forex %] [% LxERP.format_amount($forex, 2) %] [% ELSE %] @@ -105,7 +106,6 @@