X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fcommon%2Fshow_vc_details.html;h=e0555d33cd67848a6aad33c403b780547fcadb96;hb=f3548f890e3ec8e06d5a03bc76117d3649aa652a;hp=49363ea01d50f4d8097a71729f2ddaa1fcddb3ef;hpb=b61f5c3df68e3a3b4fb6a8a287172b0989215748;p=kivitendo-erp.git diff --git a/templates/webpages/common/show_vc_details.html b/templates/webpages/common/show_vc_details.html index 49363ea01..e0555d33c 100644 --- a/templates/webpages/common/show_vc_details.html +++ b/templates/webpages/common/show_vc_details.html @@ -2,6 +2,7 @@ [% USE HTML %] [% BLOCK jump_block %] +[%- IF SHIPTO.size || CONTACTS.size %]

[% 'Jump to' | $T8 %] [% 'Billing Address' | $T8 %] [%- FOREACH shipto = SHIPTO %] @@ -21,9 +22,9 @@


+[%- END %] [% END %] -
[% IF is_customer %][% 'Customer details' | $T8 %][% ELSE %][% 'Vendor details' | $T8 %][% END %] "[% HTML.escape(name) %]" @@ -31,7 +32,7 @@ [%- INCLUDE jump_block CONTACTS = CONTACTS, SHIPTO = SHIPTO %] -
[% 'Billing Address' | $T8 %]
+

[% 'Billing Address' | $T8 %]

@@ -104,6 +105,13 @@ + [% IF is_customer %] + + + + + [% END %] + @@ -167,7 +175,7 @@ [%- INCLUDE jump_block CONTACTS = CONTACTS, SHIPTO = SHIPTO %] -
[% 'Shipping Address' | $T8 %] "[% HTML.escape(row.shiptoname) %]"
+

[% 'Shipping Address' | $T8 %] "[% HTML.escape(row.shiptoname) %]"

[% HTML.escape(discount) %]%
[% 'Pricegroup' | $T8 %][% HTML.escape(pricegroup) %]
[% 'Payment Terms' | $T8 %] [% HTML.escape(payment_terms) %]
@@ -233,7 +241,7 @@ [%- INCLUDE jump_block CONTACTS = CONTACTS, SHIPTO = SHIPTO %] -
[% 'Contact Person' | $T8 %] "[% HTML.escape(row.cp_name) %]"
+

[% 'Contact Person' | $T8 %] "[% HTML.escape(row.cp_name) %]"

@@ -324,6 +332,3 @@
[% END %] - - -