Open Fix a missing log entry type (fixes #5570)

This commit is contained in:
Raphael Michel
2025-11-18 14:42:29 +01:00
committed by GitHub
parent 34f064ca33
commit d42c6f9b72

View File

@@ -582,6 +582,7 @@ class CoreOrderLogEntryType(OrderLogEntryType):
'The voucher has been set to expire because the recipient removed themselves from the waiting list.'), 'The voucher has been set to expire because the recipient removed themselves from the waiting list.'),
'pretix.voucher.changed': _('The voucher has been changed.'), 'pretix.voucher.changed': _('The voucher has been changed.'),
'pretix.voucher.deleted': _('The voucher has been deleted.'), 'pretix.voucher.deleted': _('The voucher has been deleted.'),
'pretix.voucher.carts.deleted': _('Cart positions including the voucher have been deleted.'),
'pretix.voucher.added.waitinglist': _('The voucher has been assigned to {email} through the waiting list.'), 'pretix.voucher.added.waitinglist': _('The voucher has been assigned to {email} through the waiting list.'),
}) })
class CoreVoucherLogEntryType(VoucherLogEntryType): class CoreVoucherLogEntryType(VoucherLogEntryType):