X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fbank_transactions%2Finvoices.html;h=e5976c47234ce82aced0c069ffcaee175cbd7f02;hb=ab3a31188049f846e335d9c91272a1a9ecb8b403;hp=4605a60a71ddcb21a871d165b3694a5c1ec9c976;hpb=33d579af2747e8427fab0e31625871a83cff75e9;p=kivitendo-erp.git diff --git a/templates/webpages/bank_transactions/invoices.html b/templates/webpages/bank_transactions/invoices.html index 4605a60a7..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 HTML -%][%- USE LxERP -%][%- USE P -%] +[% SET debug=1 %] [% FOREACH invoice = INVOICES %] -
- [% L.hidden_tag('invoice_ids.' _ bt_id _'[]', invoice.id) %] - [% 'Invno.' | $T8 %]: [% invoice.invnumber %] - [% 'Open amount' | $T8 %]: [% LxERP.format_amount(invoice.open_amount, 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 %]