Remove incorrect column in CSV header

Thanks to an anonymous @felixrindt
This commit is contained in:
Raphael Michel
2020-10-16 22:53:33 +02:00
parent 8883e2642a
commit bfabed5b44
2 changed files with 6 additions and 7 deletions

View File

@@ -433,7 +433,6 @@ class CSVCheckinList(CheckInListMixin, ListExporter):
headers.append(_('Seat row'))
headers.append(_('Seat number'))
headers += [
_('Company'),
_('Address'),
_('ZIP code'),
_('City'),