forked from CGM_Public/pretix_original
Remove incorrect column in CSV header
Thanks to an anonymous @felixrindt
This commit is contained in:
@@ -433,7 +433,6 @@ class CSVCheckinList(CheckInListMixin, ListExporter):
|
||||
headers.append(_('Seat row'))
|
||||
headers.append(_('Seat number'))
|
||||
headers += [
|
||||
_('Company'),
|
||||
_('Address'),
|
||||
_('ZIP code'),
|
||||
_('City'),
|
||||
|
||||
Reference in New Issue
Block a user