Order export: Add voucher_budget_use (Z#23218461)

This commit is contained in:
Raphael Michel
2026-01-22 16:42:28 +01:00
committed by Raphael Michel
parent 23559e0711
commit 4f989cbe8a

View File

@@ -617,6 +617,7 @@ class OrderListExporter(MultiSheetListExporter):
_('Country'),
pgettext('address', 'State'),
_('Voucher'),
_('Voucher budget usage'),
_('Pseudonymization ID'),
_('Ticket secret'),
_('Seat ID'),
@@ -734,6 +735,7 @@ class OrderListExporter(MultiSheetListExporter):
op.country if op.country else '',
op.state_for_address or '',
op.voucher.code if op.voucher else '',
op.voucher_budget_use if op.voucher_budget_use else '',
op.pseudonymization_id,
op.secret,
]