1 [%- USE HTML -%][%- USE LxERP -%][%- USE P -%]
3 [% FOREACH invoice = INVOICES %]
4 <tr id="extra_row_[% HTML.escape(bt_id) %]_[% HTML.escape(invoice.id) %]">
7 <td id="assigned_invoices_[% bt.id %]_[% invoice.id %]">
8 [% PROCESS "bank_transactions/_payment_suggestion.html" %]
10 <td>[% P.input_tag("sources_" _ bt_id _ "_" _ invoice.id, "") %]</td>
11 <td>[% P.input_tag("memos_" _ bt_id _ "_" _ invoice.id, "") %]</td>