Merge branch 'master' of vc.linet-services.de:public/lx-office-erp
[kivitendo-erp.git] / templates / webpages / common / show_vc_details.html
index 89c2f45..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,6 +22,7 @@
  </p>
 
  <hr>
+[%- END %]
 [% END %]
 
 
   </table>
 
  [% END %]
-