forked from CGM_Public/pretix_original
Hide company name field in order info for individual customers (Z#23212149, Z#23216249) (#5887)
This commit is contained in:
@@ -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 %}
|
||||
|
||||
Reference in New Issue
Block a user