forked from CGM_Public/pretix_original
Fix crash/bug in order data export
This commit is contained in:
@@ -395,11 +395,6 @@ class OrderListExporter(MultiSheetListExporter):
|
|||||||
_('Seat number'),
|
_('Seat number'),
|
||||||
]
|
]
|
||||||
|
|
||||||
if self.event.seating_plan_id is not None:
|
|
||||||
headers += [
|
|
||||||
_('Seat')
|
|
||||||
]
|
|
||||||
|
|
||||||
questions = list(Question.objects.filter(event__in=self.events))
|
questions = list(Question.objects.filter(event__in=self.events))
|
||||||
options = {}
|
options = {}
|
||||||
for q in questions:
|
for q in questions:
|
||||||
|
|||||||
Reference in New Issue
Block a user