X-Git-Url: http://wagnertech.de/git?p=kivitendo-erp.git;a=blobdiff_plain;f=templates%2Fwebpages%2Fpayment_term%2Flist.html;fp=templates%2Fwebpages%2Fpayment_term%2Flist.html;h=bc56b9149dcc24356c5c7d497d6c53a3ff229972;hp=d2f4748b166be8c49e2361a59a49a2155c2b1429;hb=53593baa211863fbf66540cf1bcc36c8fb37257f;hpb=deb4d2dbb676d7d6f69dfe7815d6e0cb09bd4a44 diff --git a/templates/webpages/payment_term/list.html b/templates/webpages/payment_term/list.html index d2f4748b1..bc56b9149 100644 --- a/templates/webpages/payment_term/list.html +++ b/templates/webpages/payment_term/list.html @@ -15,11 +15,13 @@ [%- 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 %] [%- 'Skonto' | $T8 %] + [%- 'Obsolete' | $T8 %] @@ -33,19 +35,17 @@ [%- 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) %] [%- HTML.escape(payment_term.percent_skonto_as_percent) %] % + [%- HTML.escape(payment_term.obsolete) %] [%- END %] [%- END %] - -

- [%- 'Create new payment term' | $T8 %] -

[% L.sortable_element('#payment_term_list tbody', url => 'controller.pl?action=PaymentTerm/reorder', with => 'payment_term_id') %]