]> wagnertech.de Git - mfinanz.git/blobdiff - templates/webpages/bank_transactions/invoices.html
Kontoauszug verbuchen -> Rechnung zuweisen -> rückgängig machen
[mfinanz.git] / templates / webpages / bank_transactions / invoices.html
index 48564c79db81547ab7871e732eaf265fb72d9978..3074e9f52cd6c2dc22e4b64814d87293dc7addf0 100644 (file)
@@ -10,7 +10,7 @@
     [% LxERP.t8("Invno.") %]: [% HTML.escape(invoice.invnumber) %]
     [% LxERP.t8("Open amount") %]: [% LxERP.format_amount(invoice.open_amount, 2) %]
     [% P.select_tag("invoice_skontos." _ bt_id _ "[]", invoice.get_payment_select_options_for_bank_transaction(bt_id), value_key="payment_type", title_key="display") %]
-    [% P.link("#", "x", onclick="kivi.BankTransaction.delete_invoice(" _ bt_id _ "," _ invoice.id _ ")") %]
+    [% P.link_tag("#", "x", onclick="kivi.BankTransaction.delete_invoice(" _ bt_id _ "," _ invoice.id _ ")") %]
    </span>
   </td>
   <td>[% P.input_tag("sources_" _ bt_id _ "_" _ invoice.id, "") %]</td>