From ec667545e8d1e29ea69a9893a66383aa859be532 Mon Sep 17 00:00:00 2001 From: Raphael Michel Date: Mon, 21 Sep 2020 18:08:06 +0200 Subject: [PATCH] Fix crash/bug in order data export --- src/pretix/base/exporters/orderlist.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/pretix/base/exporters/orderlist.py b/src/pretix/base/exporters/orderlist.py index a07f718df6..d9c1c119ae 100644 --- a/src/pretix/base/exporters/orderlist.py +++ b/src/pretix/base/exporters/orderlist.py @@ -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: