diff --git a/src/pretix/control/forms/orders.py b/src/pretix/control/forms/orders.py index d00450e249..ff0eaa93eb 100644 --- a/src/pretix/control/forms/orders.py +++ b/src/pretix/control/forms/orders.py @@ -400,7 +400,6 @@ class OrderPositionChangeForm(forms.Form): self.fields['tax_rule'].label_from_instance = self.taxrule_label_from_instance if not instance.seat and not ( - not instance.event.settings.seating_choice and instance.item.seat_category_mappings.filter(subevent=instance.subevent).exists() ): del self.fields['seat']