X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;ds=sidebyside;f=templates%2Fwebpages%2Fbank_transactions%2Fadd_list.html;h=e32f4fa5c70b0aa62e0dd01d50bfb0f338cfb0c4;hb=18848eb015510889f521eefa747dee2d1dcd0bec;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..e32f4fa5c 100644 --- a/templates/webpages/bank_transactions/add_list.html +++ b/templates/webpages/bank_transactions/add_list.html @@ -9,7 +9,7 @@ [%- LxERP.t8("Amount") %] [%- LxERP.t8("Open amount") %] [%- LxERP.t8("Amount less skonto") %] - [%- LxERP.t8("Transdate") %] + [%- LxERP.t8("Invoice Date") %] [%- LxERP.t8("Customer/Vendor number") %] [%- LxERP.t8("Customer/Vendor name") %] @@ -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 %]