X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fcommon%2Fshow_vc_details.html;h=053c22954e761b35a1644bf71ac76f1b886831bc;hb=b98b8e3f73a399d2d4df7be4962b56bd4ad8c82b;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..053c22954 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 %]

@@ -101,14 +102,26 @@ - + + [% IF is_customer %] + + + + + [% END %] + + + + + + @@ -141,6 +154,15 @@ + + + + + + + + + @@ -167,7 +189,7 @@ [%- INCLUDE jump_block CONTACTS = CONTACTS, SHIPTO = SHIPTO %] -
[% 'Shipping Address' | $T8 %] "[% HTML.escape(row.shiptoname) %]"
+

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

[% 'Discount' | $T8 %][% HTML.escape(discount) %]%[% HTML.escape(discount_as_percent) %]%
[% 'Pricegroup' | $T8 %][% HTML.escape(pricegroup) %]
[% 'Payment Terms' | $T8 %] [% HTML.escape(payment_terms) %]
[% 'Delivery Terms' | $T8 %][% HTML.escape(delivery_terms) %]
[% 'Tax Number' | $T8 %] [% HTML.escape(taxnumber) %][% HTML.escape(bank) %]
[% 'IBAN' | $T8 %][% HTML.escape(iban) %]
[% 'BIC' | $T8 %][% HTML.escape(bic) %]
[% IF is_customer %][% 'Customer type' | $T8 %][% ELSE %][% 'Vendor type' | $T8 %][% END %] [% HTML.escape(business) %]
@@ -233,7 +255,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 +346,3 @@
[% END %] - - -