From 2f1746aaa04e769ded46f753b2f014c338562e06 Mon Sep 17 00:00:00 2001 From: Brian Simpson Date: Tue, 24 Sep 2013 02:47:57 -0400 Subject: [PATCH] POST_edit_campaign respects business days. This makes the validator consistent with the logic used in PromoteLinkForm. --- r2/r2/controllers/promotecontroller.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/r2/r2/controllers/promotecontroller.py b/r2/r2/controllers/promotecontroller.py index 3f947746d..2c1d656d3 100644 --- a/r2/r2/controllers/promotecontroller.py +++ b/r2/r2/controllers/promotecontroller.py @@ -511,7 +511,7 @@ class PromoteController(ListingController): dates=VDateRange(['startdate', 'enddate'], future=1, reference_date=promote.promo_datetime_now, - business_days=False, + business_days=True, sponsor_override=True), link=VLink('link_id'), bid=VBid('bid', min=0, max=g.max_promote_bid,