X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/deb4d2dbb676d7d6f69dfe7815d6e0cb09bd4a44..53593baa211863fbf66540cf1bcc36c8fb37257f:/templates/webpages/bank_transactions/invoices.html diff --git a/templates/webpages/bank_transactions/invoices.html b/templates/webpages/bank_transactions/invoices.html index 6ba716c2b..e5976c472 100644 --- a/templates/webpages/bank_transactions/invoices.html +++ b/templates/webpages/bank_transactions/invoices.html @@ -1,8 +1,27 @@ -[% USE L %] +[%- USE HTML -%][%- USE LxERP -%][%- USE P -%] +[% SET debug=1 %] [% FOREACH invoice = INVOICES %] -
- [% L.hidden_tag('invoice_ids.' _ bt_id _'[]', invoice.id) %] - [% invoice.invnumber %] - 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 %]