mirror of
https://github.com/pretix/pretix.git
synced 2026-05-04 15:04:03 +00:00
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