X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/228dfbdc7b671f8c8ac8254ae7cda2e3675351ae..03d3d025ea4c8bea085fc7cdf1fe7be0b513eb63:/templates/webpages/ir/form_footer.html diff --git a/templates/webpages/ir/form_footer.html b/templates/webpages/ir/form_footer.html index 6d3b64339..e979a807e 100644 --- a/templates/webpages/ir/form_footer.html +++ b/templates/webpages/ir/form_footer.html @@ -11,7 +11,7 @@ [% 'Notes' | $T8 %] [% 'Internal Notes' | $T8 %] - [% 'Payment Options' | $T8 %] + [% 'Payment / Delivery Options' | $T8 %] @@ -21,7 +21,20 @@ - [%- L.checkbox_tag('direct_debit', 'checked', direct_debit, 'label', LxERP.t8('direct debit')) %] + + + + + + + + + +
[% 'Delivery Terms' | $T8 %] + [% L.select_tag('delivery_term_id', ALL_DELIVERY_TERMS, default = delivery_term_id, with_empty = 1, title_key = 'description', style = 'width: 250px') %] +
[% 'direct debit' | $T8 %] + [%- L.checkbox_tag('direct_debit', 'checked', direct_debit) %] +
[%- IF id && follow_ups.size %]