diff --git a/src/pretix/plugins/checkinlists/exporters.py b/src/pretix/plugins/checkinlists/exporters.py index 408b26a31a..c023ee3a41 100644 --- a/src/pretix/plugins/checkinlists/exporters.py +++ b/src/pretix/plugins/checkinlists/exporters.py @@ -434,6 +434,8 @@ class CSVCheckinList(CheckInListMixin, ListExporter): headers.append(_('Seat number')) yield headers + yield self.ProgressSetTotal(total=qs.count()) + for op in qs: try: ia = op.order.invoice_address