X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fpayment_term%2Flist.html;h=782a067630aabc894b9d0e30c0717c70029e9b9e;hb=832dce93297e0577b2f7acf6be3612adca7334d9;hp=d2f4748b166be8c49e2361a59a49a2155c2b1429;hpb=5bc87ade7044239fa9e893b9d7cbd476dc627eea;p=kivitendo-erp.git 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) %]