Revision a8f3c39c
Von Jan Büren vor etwa 6 Jahren hinzugefügt
templates/webpages/bank_transactions/invoices.html | ||
---|---|---|
10 | 10 |
[% LxERP.t8("Invno.") %]: [% HTML.escape(invoice.invnumber) %] |
11 | 11 |
[% LxERP.t8("Open amount") %]: [% LxERP.format_amount(invoice.open_amount, 2) %] |
12 | 12 |
[% P.select_tag("invoice_skontos." _ bt_id _ "[]", invoice.get_payment_select_options_for_bank_transaction(bt_id), value_key="payment_type", title_key="display") %] |
13 |
[% P.link("#", "x", onclick="kivi.BankTransaction.delete_invoice(" _ bt_id _ "," _ invoice.id _ ")") %] |
|
13 |
[% P.link_tag("#", "x", onclick="kivi.BankTransaction.delete_invoice(" _ bt_id _ "," _ invoice.id _ ")") %]
|
|
14 | 14 |
</span> |
15 | 15 |
</td> |
16 | 16 |
<td>[% P.input_tag("sources_" _ bt_id _ "_" _ invoice.id, "") %]</td> |
Auch abrufbar als: Unified diff
Kontoauszug verbuchen -> Rechnung zuweisen -> rückgängig machen
Ist mit commit 0b26e5752e295 verloren gegangen, jetzt wird
das x auch wieder angezeigt