Add a log entry on manual VAT ID validation (Z#23223874) (#5939)

This commit is contained in:
Raphael Michel
2026-02-27 15:22:50 +01:00
committed by GitHub
parent 005b1d54d3
commit 876ddf1321
2 changed files with 12 additions and 3 deletions

View File

@@ -518,6 +518,7 @@ def pretixcontrol_orderposition_blocked_display(sender: Event, orderposition, bl
'The order requires approval before it can continue to be processed.'),
'pretix.event.order.approved': _('The order has been approved.'),
'pretix.event.order.denied': _('The order has been denied (comment: "{comment}").'),
'pretix.event.order.vatid.validated': _('The customer VAT ID has been verified.'),
'pretix.event.order.contact.changed': _('The email address has been changed from "{old_email}" '
'to "{new_email}".'),
'pretix.event.order.contact.confirmed': _(