X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Foe%2Fform_footer.html;h=7c72a452e52eb150f6260a7abfc800aaafa40262;hb=c26b5ac5d1a38aca30603605f14feb34db936dd5;hp=8e4ad3c1dedf8e3e39e9afd67b796e886139536b;hpb=114e10d627e5693d09523a3b087b3ffa846519b8;p=kivitendo-erp.git diff --git a/templates/webpages/oe/form_footer.html b/templates/webpages/oe/form_footer.html index 8e4ad3c1d..7c72a452e 100644 --- a/templates/webpages/oe/form_footer.html +++ b/templates/webpages/oe/form_footer.html @@ -27,7 +27,11 @@ label_key = 'description', show_empty = 1 -%] - + + + [% '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') %] + [%- IF is_sales_ord %] @@ -137,7 +141,7 @@ [%- UNLESS (is_sales_ord && !INSTANCE_CONF.get_sales_order_show_delete) || (is_pur_ord && !INSTANCE_CONF.get_purchase_order_show_delete) %] - + [% L.submit_tag('action_delete', LxERP.t8('Delete'), confirm=LxERP.t8('Are you sure?')) %] [%- END %] [%- IF is_sales_quo %]