Merge branch 'master' of vc.linet-services.de:public/lx-office-erp
[kivitendo-erp.git] / templates / webpages / common / show_vc_details.html
index 5ea3002..be6406b 100644 (file)
@@ -2,6 +2,7 @@
 [% USE HTML %]
 
 [% BLOCK jump_block %]
+[%- IF SHIPTO.size || CONTACTS.size %]
  <p>
   [% 'Jump to' | $T8 %] <a href="#billing">[% 'Billing Address' | $T8 %]</a>
   [%- FOREACH shipto = SHIPTO %]
@@ -21,9 +22,9 @@
  </p>
 
  <hr>
+[%- END %]
 [% END %]
 
-<body>
 
  <div width="100%" class="listtop">
   [% IF is_customer %][% 'Customer details' | $T8 %][% ELSE %][% 'Vendor details' | $T8 %][% END %] &quot;[% HTML.escape(name) %]&quot;
   </table>
 
  [% END %]
-