X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fcustomer_vendor%2Fform.html;h=4fdc8a329b7832d5b816a3756944008b0d77e34f;hb=0882a28352cc7808db2474be2398fa1330bb8831;hp=7510ad8dfc4c56e5b33c10ca78875cd40a78f8ba;hpb=29bc9858acab71a15b17fbd2f1f6f096e00eb735;p=kivitendo-erp.git diff --git a/templates/webpages/customer_vendor/form.html b/templates/webpages/customer_vendor/form.html index 7510ad8df..4fdc8a329 100644 --- a/templates/webpages/customer_vendor/form.html +++ b/templates/webpages/customer_vendor/form.html @@ -26,9 +26,12 @@ [% IF show_deliveries %]
  • [% 'Supplies' | $T8 %]
  • [% END %] -[%- IF INSTANCE_CONF.get_doc_storage %] -
  • [% 'Attachments' | $T8 %]
  • -[%- END %] + [%- IF INSTANCE_CONF.get_webdav %] +
  • [% 'WebDAV' | $T8 %]
  • + [%- END %] + [%- IF INSTANCE_CONF.get_doc_storage %] +
  • [% 'Attachments' | $T8 %]
  • + [%- END %]
  • [% 'Notes' | $T8 %]
  • [% IF ( cv_cvars.size ) %] @@ -64,6 +67,7 @@ [% IF show_deliveries %] [% PROCESS "customer_vendor/tabs/deliveries.html" %] [% END %] + [% PROCESS 'webdav/_list.html' %] [% PROCESS "customer_vendor/tabs/vcnotes.html" %] [% IF ( cv_cvars.size ) %] [% PROCESS "customer_vendor/tabs/custom_variables.html" %]