mirror of
https://github.com/pretix/pretix.git
synced 2026-05-03 14:54:04 +00:00
Fix crash/bug in order data export
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user