X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;ds=sidebyside;f=templates%2Fwebpages%2Fdo%2Fform_footer.html;h=d02a1e52d6eeeb52881602cb7f21eb9f7a3f3005;hb=22519cf64d2afdbd3482a324b8e4c9d1a641d4b0;hp=d87b156ca052a5b1692329533b7cde8698883b8a;hpb=7635f647ec7dcdef51684b21601ee0930ea2bc5b;p=kivitendo-erp.git diff --git a/templates/webpages/do/form_footer.html b/templates/webpages/do/form_footer.html index d87b156ca..d02a1e52d 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 %] @@ -69,8 +69,14 @@ [%- IF vc == 'customer' %] + [% IF transfer_default %] + + [%- END %] [%- ELSE %] + [% IF transfer_default %] + + [%- END %] [%- END %] [%- END %] [%- IF id %] @@ -87,7 +93,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 %]