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>
|
<dt>{% trans "Phone number" %}</dt>
|
||||||
<dd>{{ order.phone|phone_format }}</dd>
|
<dd>{{ order.phone|phone_format }}</dd>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if invoice_address_asked %}
|
{% if invoice_address_asked and order.invoice_address.is_business %}
|
||||||
<dt>{% trans "Company" %}</dt>
|
<dt>{% trans "Company" %}</dt>
|
||||||
<dd>{{ order.invoice_address.company }}</dd>
|
<dd>{{ order.invoice_address.company }}</dd>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|||||||
Reference in New Issue
Block a user