X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/19064edf6bd7859e831fdf37cd465f7f933be6f3..0d37f1e8:/templates/webpages/payment_term/list.html
diff --git a/templates/webpages/payment_term/list.html b/templates/webpages/payment_term/list.html
index 41290c2ef..d2f4748b1 100644
--- a/templates/webpages/payment_term/list.html
+++ b/templates/webpages/payment_term/list.html
@@ -1,6 +1,5 @@
[% USE HTML %][% USE T8 %][% USE L %][% USE LxERP %]
-
-
[% FORM.title %]
+ [% FORM.title %]
[%- INCLUDE 'common/flash.html' %]
@@ -17,6 +16,7 @@
![[%- LxERP.t8('reorder item') %]](image/updown.png) |
[%- 'Description' | $T8 %] |
[%- 'Long Description' | $T8 %] |
+ [% 'Automatic date calculation' | $T8 %] |
[%- 'Netto Terms' | $T8 %] |
[%- 'Skonto Terms' | $T8 %] |
[%- 'Skonto' | $T8 %] |
@@ -33,6 +33,7 @@
[%- HTML.escape(payment_term.description_long) %] |
+ [% 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) %] % |
@@ -48,4 +49,3 @@
[% L.sortable_element('#payment_term_list tbody', url => 'controller.pl?action=PaymentTerm/reorder', with => 'payment_term_id') %]
-