From 5a28efd274d445b91f7aac39e555a0bdfc227b1c Mon Sep 17 00:00:00 2001 From: luelista Date: Wed, 20 May 2026 19:28:12 +0200 Subject: [PATCH] Only show "valid VAT ID" checkmark if VAT ID was entered (Z#23235033) --- src/pretix/control/templates/pretixcontrol/order/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pretix/control/templates/pretixcontrol/order/index.html b/src/pretix/control/templates/pretixcontrol/order/index.html index bece30e114..a9cd8ae2b3 100644 --- a/src/pretix/control/templates/pretixcontrol/order/index.html +++ b/src/pretix/control/templates/pretixcontrol/order/index.html @@ -1045,7 +1045,7 @@
{% trans "VAT ID" %}
{{ order.invoice_address.vat_id }} - {% if order.invoice_address.vat_id_validated %} + {% if order.invoice_address.vat_id and order.invoice_address.vat_id_validated %} {% elif order.invoice_address.vat_id %}