Hide company name field in order info for individual customers (Z#23212149, Z#23216249) (#5887)

This commit is contained in:
Phin Wolkwitz
2026-02-11 16:15:23 +01:00
committed by GitHub
parent 2eaa6c3069
commit c0b93fedc5

View File

@@ -304,7 +304,7 @@
<dt>{% trans "Phone number" %}</dt>
<dd>{{ order.phone|phone_format }}</dd>
{% endif %}
{% if invoice_address_asked %}
{% if invoice_address_asked and order.invoice_address.is_business %}
<dt>{% trans "Company" %}</dt>
<dd>{{ order.invoice_address.company }}</dd>
{% endif %}