X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;ds=inline;f=templates%2Fwebpages%2Fbank_transactions%2Fadd_list.html;h=e32f4fa5c70b0aa62e0dd01d50bfb0f338cfb0c4;hb=9a28383a1193c4705909ea18dd09303dab6557e4;hp=ad48bfa079565299e84ae103c9dacd5f252bfdd4;hpb=15f58ff3dfd79651a95535b53f864ea0e8cb6620;p=kivitendo-erp.git diff --git a/templates/webpages/bank_transactions/add_list.html b/templates/webpages/bank_transactions/add_list.html index ad48bfa07..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 - invoice.paid, 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 %]