Merge branch 'hotfix/v9.06'
This commit is contained in:
@@ -30,7 +30,10 @@ def setrowerplans():
|
|||||||
r.paidplan = paidplans[0]
|
r.paidplan = paidplans[0]
|
||||||
r.save()
|
r.save()
|
||||||
else:
|
else:
|
||||||
print 'Could not set plan for ',r
|
try:
|
||||||
|
print 'Could not set plan for ',r.user.username
|
||||||
|
except:
|
||||||
|
pass
|
||||||
|
|
||||||
def is_existing_customer(rower):
|
def is_existing_customer(rower):
|
||||||
if rower.country is not None and rower.customer_id is not None and rower.country != '':
|
if rower.country is not None and rower.customer_id is not None and rower.country != '':
|
||||||
|
|||||||
Reference in New Issue
Block a user