Update src/pretix/base/reldate.py

Co-authored-by: Raphael Michel <michel@pretix.eu>
This commit is contained in:
Lukas Bockstaller
2026-05-12 10:40:02 +02:00
committed by GitHub
parent 582cb90bb0
commit 64e301ef47

View File

@@ -44,7 +44,7 @@ EVENT_CHOICES = (
# extend NO_BEFORE_VALUES in reldate.js if changed
ORDER_CHOICES = (
('datetime', _('Moment of order')),
('datetime', _('Order creation')),
)
ORDER_CHOICES_KEYS = [choice[0] for choice in ORDER_CHOICES]