forked from CGM_Public/pretix_original
Add ticket secret to order list export
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user