6f251f922625ee8f701e07827ddb14f485f5f8f7
[kivitendo-erp.git] / templates / webpages / bank_transactions / invoices.html
1 [% USE L %]
2 [% USE T8 %]
3 [% USE LxERP %]
4 [% FOREACH invoice = INVOICES %]
5   <div id="[% bt_id %].[% invoice.id %]">
6     [% L.hidden_tag('invoice_ids.' _ bt_id _'[]', invoice.id) %]
7     [% 'Invno.' | $T8 %]: [% invoice.invnumber %]
8     [% 'Open amount' | $T8 %]: [% LxERP.format_amount(invoice.open_amount, 2) %]
9     <a href=# onclick="kivi.BankTransaction.delete_invoice([% bt_id %], [% invoice.id %])">x</a>
10   </div>
11 [% END %]