From 25eb14101ca8b3220722e68dbeddf84f884ea99e Mon Sep 17 00:00:00 2001 From: Christopher Neugebauer Date: Tue, 4 Sep 2018 19:56:30 -0700 Subject: [PATCH] Fix EB cutoff --- pinaxcon/registrasion/management/commands/populate_inventory.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pinaxcon/registrasion/management/commands/populate_inventory.py b/pinaxcon/registrasion/management/commands/populate_inventory.py index fef3c53..bf08a78 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)