]> wagnertech.de Git - kivitendo-erp.git/blobdiff - templates/webpages/bank_transactions/invoices.html
Bankerweiterung - Zwischenstand, erster Entwurf
[kivitendo-erp.git] / templates / webpages / bank_transactions / invoices.html
diff --git a/templates/webpages/bank_transactions/invoices.html b/templates/webpages/bank_transactions/invoices.html
new file mode 100644 (file)
index 0000000..6ba716c
--- /dev/null
@@ -0,0 +1,8 @@
+[% USE L %]
+[% FOREACH invoice = INVOICES %]
+  <div id="[% bt_id %].[% invoice.id %]">
+    [% L.hidden_tag('invoice_ids.' _ bt_id _'[]', invoice.id) %]
+    [% invoice.invnumber %]
+    <a href=# onclick="delete_invoice([% bt_id %], [% invoice.id %])">x</a>
+  </div>
+[% END %]