From c46ee5eb8dee0a0908f3fa545b1ae4b87c61bee1 Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Mon, 10 Jan 2022 17:00:19 +0100 Subject: [PATCH] =?utf8?q?Lieferantenstammdaten:=20Tab=20=C2=BBAbweichende?= =?utf8?q?=20Rechnungsadressen=C2=AB=20nicht=20anzeigen?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- templates/webpages/customer_vendor/form.html | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/templates/webpages/customer_vendor/form.html b/templates/webpages/customer_vendor/form.html index b726c1b75..2fce8d6d9 100644 --- a/templates/webpages/customer_vendor/form.html +++ b/templates/webpages/customer_vendor/form.html @@ -20,7 +20,9 @@
[% PROCESS "customer_vendor/tabs/billing.html" %] - [% PROCESS "customer_vendor/tabs/additional_billing_addresses.html" %] + [% IF SELF.is_customer %] + [% PROCESS "customer_vendor/tabs/additional_billing_addresses.html" %] + [% END %] [% PROCESS "customer_vendor/tabs/bank.html" %] [% PROCESS "customer_vendor/tabs/shipto.html" %] [% PROCESS "customer_vendor/tabs/contacts.html" %] -- 2.20.1