Use unique column names in order position export for invoice vs. attendee company name (Z#23215261) (#5638)

This commit is contained in:
luelista
2025-11-18 15:47:55 +01:00
committed by GitHub
parent 44804f05f3
commit 39ff84b2e2

View File

@@ -610,7 +610,7 @@ class OrderListExporter(MultiSheetListExporter):
headers.append(_('Attendee name') + ': ' + str(label))
headers += [
_('Attendee email'),
_('Company'),
_('Attendee company'),
_('Address'),
_('ZIP code'),
_('City'),
@@ -650,7 +650,7 @@ class OrderListExporter(MultiSheetListExporter):
options[q.pk].append(o)
headers.append(str(q.question))
headers += [
_('Company'),
_('Invoice address company'),
_('Invoice address name'),
]
if name_scheme and len(name_scheme['fields']) > 1: