X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/5bc87ade7044239fa9e893b9d7cbd476dc627eea..c0ed7d2fa:/templates/webpages/payment_term/list.html diff --git a/templates/webpages/payment_term/list.html b/templates/webpages/payment_term/list.html index d2f4748b1..782a06763 100644 --- a/templates/webpages/payment_term/list.html +++ b/templates/webpages/payment_term/list.html @@ -15,7 +15,8 @@ [%- LxERP.t8('reorder item') %] [%- 'Description' | $T8 %] - [%- 'Long Description' | $T8 %] + [%- 'Long Description (quotations & orders)' | $T8 %] + [%- 'Long Description (invoices)' | $T8 %] [% 'Automatic date calculation' | $T8 %] [%- 'Netto Terms' | $T8 %] [%- 'Skonto Terms' | $T8 %] @@ -33,6 +34,7 @@ [%- HTML.escape(payment_term.description_long) %] + [%- HTML.escape(payment_term.description_long_invoice) %] [% IF payment_term.auto_calculation %][% LxERP.t8("yes") %][% ELSE %][% LxERP.t8("no") %][% END %] [%- HTML.escape(payment_term.terms_netto_as_number) %] [%- HTML.escape(payment_term.terms_skonto_as_number) %]