Kunden-/Lieferantenstamm: Kosmetik/Einrückung im Web-Template
authorBernd Bleßmann <bernd@kivitendo-premium.de>
Tue, 1 Sep 2020 13:44:35 +0000 (15:44 +0200)
committerBernd Bleßmann <bernd@kivitendo-premium.de>
Tue, 1 Sep 2020 13:44:35 +0000 (15:44 +0200)
templates/webpages/customer_vendor/form.html

index 7510ad8..c53cce4 100644 (file)
@@ -26,9 +26,9 @@
       [% IF show_deliveries %]
         <li><a href="#deliveries">[% 'Supplies' | $T8 %]</a></li>
       [% END %]
-[%- IF INSTANCE_CONF.get_doc_storage %]
-      <li><a href="controller.pl?action=File/list&file_type=attachment&object_type=[% FORM.db == 'vendor' ? 'vendor' : 'customer' %]&object_id=[% SELF.cv.id %]">[% 'Attachments' | $T8 %]</a></li>
-[%- END %]
+      [%- IF INSTANCE_CONF.get_doc_storage %]
+        <li><a href="controller.pl?action=File/list&file_type=attachment&object_type=[% FORM.db == 'vendor' ? 'vendor' : 'customer' %]&object_id=[% SELF.cv.id %]">[% 'Attachments' | $T8 %]</a></li>
+      [%- END %]
       <li><a href="#vcnotes">[% 'Notes' | $T8 %]</a></li>
 
       [% IF ( cv_cvars.size ) %]