mirror of
https://github.com/pretix/pretix.git
synced 2026-05-05 15:14:04 +00:00
Add export to .xlsx for lists
This commit is contained in:
@@ -375,4 +375,4 @@ class CSVCheckinList(CheckInListMixin, ListExporter):
|
||||
yield row
|
||||
|
||||
def get_filename(self):
|
||||
return '{}_checkin.csv'.format(self.event.slug)
|
||||
return '{}_checkin'.format(self.event.slug)
|
||||
|
||||
Reference in New Issue
Block a user