X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fbank_transactions%2Fadd_list.html;h=71ffc3ecdc06130e28a7a208bbbe8f051119688c;hb=bbf5c662c1c707852b30d0fb6985efdf6148f14f;hp=08eaf5b9b38080227ec3f1b847eb5a34ae291ccf;hpb=6a12a968761127af91e9da8db7579be2836bcaaa;p=kivitendo-erp.git diff --git a/templates/webpages/bank_transactions/add_list.html b/templates/webpages/bank_transactions/add_list.html index 08eaf5b9b..71ffc3ecd 100644 --- a/templates/webpages/bank_transactions/add_list.html +++ b/templates/webpages/bank_transactions/add_list.html @@ -8,6 +8,7 @@ [%- LxERP.t8("Invoice number") %] [%- 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") %] @@ -18,7 +19,8 @@ [% 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.amount_open, 2) %] + [%- LxERP.format_amount(invoice.amount_less_skonto, 2) %] [%- invoice.transdate_as_date %] [%- invoice.vendor.vendornumber %][%- invoice.customer.customernumber %] [%- invoice.vendor.name %][%- invoice.customer.name %]