fixed major issues
This commit is contained in:
@@ -172,7 +172,7 @@ def update_subscription(rower,data,method='up'):
|
||||
|
||||
if rower.paidplan != 'coach':
|
||||
try:
|
||||
coachgroup = coach.mycoachgroup
|
||||
coachgroup = rower.mycoachgroup
|
||||
except CoachingGroup.DoesNotExist:
|
||||
coachgroup = CoachingGroup()
|
||||
coachgroup.save()
|
||||
|
||||
Reference in New Issue
Block a user