forked from CGM_Public/pretix_original
Add progress bar for checkin list export
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user