Allow to book users to a seat even if self-seating is now available

This commit is contained in:
Raphael Michel
2020-10-30 16:49:32 +01:00
parent 9202aca26a
commit a941378b80

View File

@@ -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']