From 25eb14101ca8b3220722e68dbeddf84f884ea99e 2018-09-05 02:56:30 From: Christopher Neugebauer Date: 2018-09-05 02:56:30 Subject: [PATCH] Fix EB cutoff --- diff --git a/pinaxcon/registrasion/management/commands/populate_inventory.py b/pinaxcon/registrasion/management/commands/populate_inventory.py index fef3c538b6178cdd0949cc9b48b5084e8e2376cb..bf08a78592878703ef096591985af4865e92cc76 100644 --- a/pinaxcon/registrasion/management/commands/populate_inventory.py +++ b/pinaxcon/registrasion/management/commands/populate_inventory.py @@ -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)