Add progress bar for checkin list export

This commit is contained in:
Raphael Michel
2020-07-24 13:54:38 +02:00
parent 60eee25cd1
commit 0a97b0ce67

View File

@@ -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