Add ticket secret to order list export

This commit is contained in:
Raphael Michel
2022-02-11 14:39:00 +01:00
parent adced71706
commit 81cc7540ec

View File

@@ -573,6 +573,7 @@ class OrderListExporter(MultiSheetListExporter):
pgettext('address', 'State'), pgettext('address', 'State'),
_('Voucher'), _('Voucher'),
_('Pseudonymization ID'), _('Pseudonymization ID'),
_('Ticket secret'),
_('Seat ID'), _('Seat ID'),
_('Seat name'), _('Seat name'),
_('Seat zone'), _('Seat zone'),
@@ -669,6 +670,7 @@ class OrderListExporter(MultiSheetListExporter):
op.state or '', op.state or '',
op.voucher.code if op.voucher else '', op.voucher.code if op.voucher else '',
op.pseudonymization_id, op.pseudonymization_id,
op.secret,
] ]
if op.seat: if op.seat: