forked from CGM_Public/pretix_original
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
|
# extend NO_BEFORE_VALUES in reldate.js if changed
|
||||||
ORDER_CHOICES = (
|
ORDER_CHOICES = (
|
||||||
('datetime', _('Moment of order')),
|
('datetime', _('Order creation')),
|
||||||
)
|
)
|
||||||
ORDER_CHOICES_KEYS = [choice[0] for choice in ORDER_CHOICES]
|
ORDER_CHOICES_KEYS = [choice[0] for choice in ORDER_CHOICES]
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user