X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fsepa%2Fbank_transfer_edit.html;h=37f1575e66d06b4d3c012dfa6d1e7df98c8569cb;hb=72f19f83681b222d1606d75c90ceedc43bb545f9;hp=b8f209d75705a21d1b6a0e35c8ab9ccfdeed15e3;hpb=56f7991d4910ae12c7d16aab025a2ab242ca5eeb;p=kivitendo-erp.git diff --git a/templates/webpages/sepa/bank_transfer_edit.html b/templates/webpages/sepa/bank_transfer_edit.html index b8f209d75..37f1575e6 100644 --- a/templates/webpages/sepa/bank_transfer_edit.html +++ b/templates/webpages/sepa/bank_transfer_edit.html @@ -11,8 +11,7 @@ [% SET arap = 'ar' %] [% SET iris = 'is' %] [%- END %] - -

[% title %]: [% HTML.escape(export.ids.join(', ')) %]

+

[% title %]: [% HTML.escape(export.ids.join(', ')) %]

@@ -33,6 +32,11 @@ [% 'Source bank account' | $T8 %] [%- END %] [% 'Amount' | $T8 %] + [% 'Skonto amount' | $T8 %] + [% 'Payment type' | $T8 %] + [% IF vc == 'customer' %] + [% 'Mandator ID' | $T8 %] + [%- END %] [% 'Reference' | $T8 %] [% 'Requested execution date' | $T8 %] [% 'Execution date' | $T8 %] @@ -44,7 +48,7 @@ [% 'IBAN' | $T8 %] [% 'BIC' | $T8 %] [%- IF show_post_payments_button %] -   +   [% L.date_tag('set_all_execution_date', '', onchange='set_all_execution_date_fields(this);') %] @@ -73,6 +77,11 @@ [% HTML.escape(item.vc_iban) %] [% HTML.escape(item.vc_bic) %] [% HTML.escape(LxERP.format_amount(item.amount, 2)) %] + [% HTML.escape(LxERP.format_amount(item.skonto_amount, 2)) %] + [% item.payment_type | $T8 %] + [% IF vc == 'customer' %] + [% HTML.escape(item.mandator_id) %] + [%- END %] [% HTML.escape(item.reference) %] [% HTML.escape(item.requested_execution_date) %]