X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fdo%2Fform_footer.html;h=e15b4409937ca2079583a7d0d70bafbb1d1f33ce;hb=f5b56d67c1ef6dc87d4dcd50ba31f9a2b0a20846;hp=d02a1e52d6eeeb52881602cb7f21eb9f7a3f3005;hpb=eb47358af822ef576792558c04b8fc15fb0c2ff8;p=kivitendo-erp.git diff --git a/templates/webpages/do/form_footer.html b/templates/webpages/do/form_footer.html index d02a1e52d..e15b44099 100644 --- a/templates/webpages/do/form_footer.html +++ b/templates/webpages/do/form_footer.html @@ -16,6 +16,11 @@ + + + [% 'Delivery Terms' | $T8 %] + [% L.select_tag('delivery_term_id', ALL_DELIVERY_TERMS, default = delivery_term_id, with_empty = 1, title_key = 'description') %] + @@ -63,26 +68,26 @@ [%- END %] [%- END %] - - + + [%- UNLESS delivered %] - + [%- IF vc == 'customer' %] - + [% IF transfer_default %] - + [%- END %] [%- ELSE %] - + [% IF transfer_default %] - + [%- END %] [%- END %] [%- END %] [%- IF id %] [%- UNLESS closed %] - + [%- END %] [%- END %] @@ -91,7 +96,7 @@ [%- IF id %]

[% 'Workflow Delivery Order' | $T8 %]
- + [% UNLESS delivered || (vc == 'customer' && !INSTANCE_CONF.get_sales_delivery_order_show_delete) || (vc == 'vendor' && !INSTANCE_CONF.get_purchase_delivery_order_show_delete) %] [% L.submit_tag('action_delete', LxERP.t8('Delete'), confirm=LxERP.t8('Are you sure?')) %] [% END %] @@ -104,19 +109,5 @@