X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fis%2F_payments.html;h=41b0186155ca7d1c79e9b60c54ceced8ae9ac1b5;hb=4ec753d2cb56f519d0931896b4e2ce3ebb45c6bd;hp=4ba3ebf62ab8c5c98c9e2d94d8c510f2f8d98920;hpb=f45b296fb0bb9491d86d80e9f7a7d79c3e0295ba;p=kivitendo-erp.git diff --git a/templates/webpages/is/_payments.html b/templates/webpages/is/_payments.html index 4ba3ebf62..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,22 +28,24 @@ [% 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 %] [% SET paid = 'paid_' _ i %] [% SET AR_paid = 'AR_paid_' _ i %] [% SET selectAR_paid_ref = 'selectAR_paid_' _ i %] - - - + + + + [% ELSE %] [% $memo %] [% END %] @@ -74,7 +78,7 @@ [% IF $changeable %] + + + [% END %] [% END # foreach %] @@ -120,12 +127,15 @@ - + + +
+ + +
[% IF $changeable %] - - + [% L.date_tag('datepaid_'_ i, $datepaid) %] [% ELSE %] [% $datepaid %] [% END %] @@ -56,7 +60,7 @@ [% IF $changeable %] - [% SET forex = 'forex_' _ i %] [% SET exchangerate = 'exchangerate_' _ i %] - [% IF forex %] + [% IF $forex %] [% LxERP.format_amount($forex, 2) %] [% ELSE %] @@ -99,11 +103,14 @@
+
[%- 'Missing amount' | $T8 %] [% LxERP.format_amount(paid_missing, 2) | html %]
+