X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fbank_transactions%2Finvoices.html;h=e5976c47234ce82aced0c069ffcaee175cbd7f02;hb=64fab360c5a719c6cad86df702efcf4e544778cf;hp=48564c79db81547ab7871e732eaf265fb72d9978;hpb=0b26e5752e295a3854e9a19249de30e24c4e5842;p=kivitendo-erp.git diff --git a/templates/webpages/bank_transactions/invoices.html b/templates/webpages/bank_transactions/invoices.html index 48564c79d..e5976c472 100644 --- a/templates/webpages/bank_transactions/invoices.html +++ b/templates/webpages/bank_transactions/invoices.html @@ -5,13 +5,7 @@ - - [% P.hidden_tag("invoice_ids." _ bt_id _"[]", invoice.id) %] - [% 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 _ ")") %] - + [% PROCESS "bank_transactions/_payment_suggestion.html" %] [% P.input_tag("sources_" _ bt_id _ "_" _ invoice.id, "") %] [% P.input_tag("memos_" _ bt_id _ "_" _ invoice.id, "") %]