X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/2d3f862b7af94f31860dd264eef7c1bc7de7eae2..c5d397d9b1c2e13dfdaf644fbd98cd41d00a2909:/templates/webpages/common/show_vc_details.html diff --git a/templates/webpages/common/show_vc_details.html b/templates/webpages/common/show_vc_details.html index 49363ea01..b1f502f7f 100644 --- a/templates/webpages/common/show_vc_details.html +++ b/templates/webpages/common/show_vc_details.html @@ -1,7 +1,9 @@ [%- USE T8 %] [% USE HTML %] +
[% 'Jump to' | $T8 %] [% 'Billing Address' | $T8 %] [%- FOREACH shipto = SHIPTO %] @@ -21,17 +23,12 @@
| [% '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) %] | @@ -141,6 +150,15 @@[% 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) %] | @@ -167,7 +185,7 @@ [%- INCLUDE jump_block CONTACTS = CONTACTS, SHIPTO = SHIPTO %] -