X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fis%2F_payments_master.html;h=1c39b20e3a56fb7f571269e39fbcbd235fb8ae57;hb=87eb6f9325b4b1545d98dcb1a6bf9f7c29da2bf6;hp=6cfdb5790a61323b6062d191aaf65e797364dc72;hpb=09fe7f33a735ecc3f4a3112ad716f674983b00cc;p=kivitendo-erp.git diff --git a/templates/webpages/is/_payments_master.html b/templates/webpages/is/_payments_master.html index 6cfdb5790..1c39b20e3 100644 --- a/templates/webpages/is/_payments_master.html +++ b/templates/webpages/is/_payments_master.html @@ -1,25 +1,25 @@ -[%- USE LxERP %] +[%- USE LxERP %][% USE T8 %] [% IF is_type_credit_note %] - + [% ELSE %] - + [%- END %] - - - - + + + + [% IF show_exchangerate %] - + [% END %] - + @@ -41,21 +41,20 @@ [% IF show_exchangerate %] [% END %] - + -[%# push(@triggers, "datepaid_$i", "BL", "trigger_datepaid_$i"); %]
Payments[%- 'Payments' | $T8 %]Incoming Payments[%- 'Incoming Payments' | $T8 %]
DateSourceMemoAmount[%- 'Date' | $T8 %][%- 'Source' | $T8 %][%- 'Memo' | $T8 %][%- 'Amount' | $T8 %]Exch[%- 'Exch' | $T8 %]Account[%- 'Account' | $T8 %]
- [% SET row.forex = 'forex_' _ i %] - [% SET row.exchangerate = 'exchangerate_' _ i %] - [% IF row.forex %] + [% SET forex = 'forex_' _ i %] + [% SET exchangerate = 'exchangerate_' _ i %] + [% IF forex %] - [% LxERP.format_amount(row.exchangerate, 2) %] + [% LxERP.format_amount(exchangerate, 2) %] [% ELSE %] [% END %] ;