X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fcommon%2Fshow_vc_details.html;h=e0555d33cd67848a6aad33c403b780547fcadb96;hb=22519cf64d2afdbd3482a324b8e4c9d1a641d4b0;hp=89c2f4599864ca502f68c66e2b002a18f61d58da;hpb=075bd42af8885aee3c18fe055a2c82b8b43f4cea;p=kivitendo-erp.git diff --git a/templates/webpages/common/show_vc_details.html b/templates/webpages/common/show_vc_details.html index 89c2f4599..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,6 +22,7 @@


+[%- END %] [% END %] @@ -103,6 +105,13 @@ [% HTML.escape(discount) %]% + [% IF is_customer %] + + [% 'Pricegroup' | $T8 %] + [% HTML.escape(pricegroup) %] + + [% END %] + [% 'Payment Terms' | $T8 %] [% HTML.escape(payment_terms) %] @@ -323,4 +332,3 @@ [% END %] -