Fix EB cutoff
This commit is contained in:
parent
dfaf5df352
commit
25eb14101c
1 changed files with 1 additions and 1 deletions
|
@ -361,7 +361,7 @@ class Command(BaseCommand):
|
|||
cond.TimeOrStockLimitDiscount,
|
||||
("description", ),
|
||||
description="Early Bird",
|
||||
end_time=datetime(year=2017, month=10, day=20),
|
||||
end_time=datetime(year=2018, month=9, day=30),
|
||||
limit=100, # Across all users
|
||||
)
|
||||
add_early_birds(early_bird)
|
||||
|
|
Loading…
Reference in a new issue