X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fpayment_term%2Flist.html;h=7bedec8f4b31e21d9f037ca21e20298a14fa6fa3;hb=fdbb6888ea00ca5f6450015ea70bb3d5f89edfc9;hp=7fb28953e9c9a176816e0f0a2d2d7b3bd973ba87;hpb=3aa5cee2f12c1dff757539b60196bf5e1be0a5d6;p=kivitendo-erp.git diff --git a/templates/webpages/payment_term/list.html b/templates/webpages/payment_term/list.html index 7fb28953e..7bedec8f4 100644 --- a/templates/webpages/payment_term/list.html +++ b/templates/webpages/payment_term/list.html @@ -15,10 +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 %] @@ -32,9 +35,12 @@ [%- 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 %] @@ -47,4 +53,3 @@ [% L.sortable_element('#payment_term_list tbody', url => 'controller.pl?action=PaymentTerm/reorder', with => 'payment_term_id') %] -