X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fbank_transactions%2Fadd_list.html;h=6a13b9c248fee07727f22c4d364561ca82b57ee7;hb=f70c8fa479417e7c20108a23c18c0c6e5e683c6a;hp=71ffc3ecdc06130e28a7a208bbbe8f051119688c;hpb=bbf5c662c1c707852b30d0fb6985efdf6148f14f;p=kivitendo-erp.git diff --git a/templates/webpages/bank_transactions/add_list.html b/templates/webpages/bank_transactions/add_list.html index 71ffc3ecd..6a13b9c24 100644 --- a/templates/webpages/bank_transactions/add_list.html +++ b/templates/webpages/bank_transactions/add_list.html @@ -9,9 +9,9 @@ [%- LxERP.t8("Amount") %] [%- LxERP.t8("Open amount") %] [%- LxERP.t8("Amount less skonto") %] - [%- LxERP.t8("Transdate") %] - [%- LxERP.t8("Customer/Vendor number") %] - [%- LxERP.t8("Customer/Vendor name") %] + [%- LxERP.t8("Invoice Date") %] + [%- LxERP.t8("Customer/Vendor Number") %] + [%- LxERP.t8("Customer/Vendor Name") %] [%- FOREACH invoice = INVOICES %] @@ -19,7 +19,7 @@ [% L.checkbox_tag('invoice_id[]', value=invoice.id) %] [%- invoice.invnumber %] [%- LxERP.format_amount(invoice.amount, 2) %] - [%- LxERP.format_amount(invoice.amount_open, 2) %] + [%- LxERP.format_amount(invoice.open_amount, 2) %] [%- LxERP.format_amount(invoice.amount_less_skonto, 2) %] [%- invoice.transdate_as_date %] [%- invoice.vendor.vendornumber %][%- invoice.customer.customernumber %]