Hide company name field in order info for individual customers

This commit is contained in:
Phin Wolkwitz
2026-02-11 14:51:16 +01:00
parent 2eaa6c3069
commit 5c71d56857

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.is_business %}
<dt>{% trans "Company" %}</dt>
<dd>{{ order.invoice_address.company }}</dd>
{% endif %}