X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fdo%2Fform_footer.html;h=eea92171aa8f12fc06b47883e50b6064b6bc67c3;hb=094307a8ce3e7680a5b14ef17b5c1094a2555009;hp=6be226888acc5f0500d80176d46f60062f509e25;hpb=2de7b1da5588237977366ff7e6526f5b7c84a83b;p=kivitendo-erp.git diff --git a/templates/webpages/do/form_footer.html b/templates/webpages/do/form_footer.html index 6be226888..eea92171a 100644 --- a/templates/webpages/do/form_footer.html +++ b/templates/webpages/do/form_footer.html @@ -1,5 +1,5 @@ [%- USE T8 %] -[% USE HTML %][% USE LxERP %] +[% USE HTML %][% USE LxERP %][%- USE L -%] [%- IF delivered %] [%- SET RO = ' readonly' %] [%- END %] @@ -16,10 +16,16 @@ + + + [% 'Delivery Terms' | $T8 %] + [% L.select_tag('delivery_term_id', ALL_DELIVERY_TERMS, default = delivery_term_id, with_empty = 1, title_key = 'description') %] + +[%- IF show_weight %] @@ -30,7 +36,6 @@
[% 'Total weight' | $T8 %] [% LxERP.format_amount(totalweight, 3) %] [% HTML.escape(weightunit) %] -
@@ -38,6 +43,8 @@ + +[%- END %]

@@ -67,8 +74,14 @@ [%- IF vc == 'customer' %] + [% IF transfer_default %] + + [%- END %] [%- ELSE %] + [% IF transfer_default %] + + [%- END %] [%- END %] [%- END %] [%- IF id %] @@ -85,7 +98,7 @@ [% '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 %]