Fix crash/bug in order data export

This commit is contained in:
Raphael Michel
2020-09-21 18:08:06 +02:00
parent afb789226c
commit ec667545e8

View File

@@ -395,11 +395,6 @@ class OrderListExporter(MultiSheetListExporter):
_('Seat number'),
]
if self.event.seating_plan_id is not None:
headers += [
_('Seat')
]
questions = list(Question.objects.filter(event__in=self.events))
options = {}
for q in questions: