Allow sponsors to override min bid

This commit is contained in:
shlurbee
2012-11-15 16:12:04 -08:00
parent 83e63699f9
commit 107cfc31ae

View File

@@ -394,7 +394,7 @@ class PromoteController(ListingController):
# minimum bid depends on user privilege and targeting, checked here
# instead of in the validator b/c current duration is needed
if c.user_is_admin:
if c.user_is_sponsor:
min_daily_bid = 0
elif targeting == 'one':
min_daily_bid = g.min_promote_bid * 1.5