From: Moritz Bunkus Date: Mon, 10 Jan 2022 16:00:19 +0000 (+0100) Subject: Lieferantenstammdaten: Tab »Abweichende Rechnungsadressen« nicht anzeigen X-Git-Tag: kivitendo-mebil_0.1-0~10^2~2^2~243 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=c46ee5eb8dee0a0908f3fa545b1ae4b87c61bee1;p=kivitendo-erp.git Lieferantenstammdaten: Tab »Abweichende Rechnungsadressen« nicht anzeigen --- 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" %]