X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fbank_transactions%2Finvoices.html;h=e5976c47234ce82aced0c069ffcaee175cbd7f02;hb=08e48f66590f580cbe2c8e3df76883d88b4c0fef;hp=3249dcf82b84a5e5f1ea55fe458ef197857d51fe;hpb=bbf5c662c1c707852b30d0fb6985efdf6148f14f;p=kivitendo-erp.git diff --git a/templates/webpages/bank_transactions/invoices.html b/templates/webpages/bank_transactions/invoices.html index 3249dcf82..e5976c472 100644 --- a/templates/webpages/bank_transactions/invoices.html +++ b/templates/webpages/bank_transactions/invoices.html @@ -1,11 +1,27 @@ -[% USE L %] -[% USE T8 %] -[% USE LxERP %] +[%- USE HTML -%][%- USE LxERP -%][%- USE P -%] +[% SET debug=1 %] [% FOREACH invoice = INVOICES %] -
- [% L.hidden_tag('invoice_ids.' _ bt_id _'[]', invoice.id) %] - [% 'Invno.' | $T8 %]: [% invoice.invnumber %] - [% 'Amount' | $T8 %]: [% LxERP.format_amount(invoice.amount_open, 2) %] - x -
+ + + + + [% PROCESS "bank_transactions/_payment_suggestion.html" %] + + [% P.input_tag("sources_" _ bt_id _ "_" _ invoice.id, "") %] + [% P.input_tag("memos_" _ bt_id _ "_" _ invoice.id, "") %] + [% IF debug %] + + [% END %] + + + + + + + + + + + + [% END %]