mirror of
https://github.com/pretix/pretix.git
synced 2026-05-14 16:44:06 +00:00
Update src/pretix/base/reldate.py
Co-authored-by: Raphael Michel <michel@pretix.eu>
This commit is contained in:
committed by
GitHub
parent
582cb90bb0
commit
64e301ef47
@@ -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]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user