diff --git a/src/pretix/presale/templates/pretixpresale/event/order.html b/src/pretix/presale/templates/pretixpresale/event/order.html index 11911fed5..bf1d090cd 100644 --- a/src/pretix/presale/templates/pretixpresale/event/order.html +++ b/src/pretix/presale/templates/pretixpresale/event/order.html @@ -265,7 +265,7 @@
{% trans "You need to select a payment method above before you can request an invoice." %}
- {% elif invoice_address_asked and order.invoice_address.is_empty %} + {% elif invoice_address_asked and order.invoice_address.is_empty and order.can_modify_answers %} {% trans "Request invoice" %}