X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fcustomer_vendor%2Fform.html;h=4fdc8a329b7832d5b816a3756944008b0d77e34f;hb=e2f0105f947c01d3d45be41833f3a7e39eef2f7b;hp=c53cce437b12b56105a67ac582aa5500f253d4d5;hpb=999da66802e7ddc79359de3a65f7da0498b60943;p=kivitendo-erp.git diff --git a/templates/webpages/customer_vendor/form.html b/templates/webpages/customer_vendor/form.html index c53cce437..4fdc8a329 100644 --- a/templates/webpages/customer_vendor/form.html +++ b/templates/webpages/customer_vendor/form.html @@ -26,6 +26,9 @@ [% IF show_deliveries %]
  • [% 'Supplies' | $T8 %]
  • [% END %] + [%- IF INSTANCE_CONF.get_webdav %] +
  • [% 'WebDAV' | $T8 %]
  • + [%- END %] [%- IF INSTANCE_CONF.get_doc_storage %]
  • [% 'Attachments' | $T8 %]
  • [%- END %] @@ -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" %]