e5976c47234ce82aced0c069ffcaee175cbd7f02
[kivitendo-erp.git] / templates / webpages / bank_transactions / invoices.html
1 [%- USE HTML -%][%- USE LxERP -%][%- USE P -%]
2 [% SET debug=1 %]
3 [% FOREACH invoice = INVOICES %]
4  <tr id="extra_row_[% HTML.escape(bt_id) %]_[% HTML.escape(invoice.id) %]">
5   <td></td>
6   <td></td>
7   <td id="assigned_invoices_[% bt.id %]_[% invoice.id %]">
8     [% PROCESS "bank_transactions/_payment_suggestion.html" %]
9   </td>
10   <td>[% P.input_tag("sources_" _ bt_id _ "_" _ invoice.id, "") %]</td>
11   <td>[% P.input_tag("memos_" _ bt_id _ "_" _ invoice.id, "") %]</td>
12   [% IF debug %]
13   <td></td>
14   [% END %]
15   <td></td>
16   <td></td>
17   <td></td>
18   <td></td>
19   <td></td>
20   <td></td>
21   <td></td>
22   <td></td>
23   <td></td>
24   <td></td>
25   <td></td>
26  </tr>
27 [% END %]