fix bug race registration
This commit is contained in:
@@ -1639,6 +1639,7 @@ def add_workout_race(ws,race,r,splitsecond=0,recordid=0,doregister=False):
|
||||
entrycategory=initialcategory,
|
||||
)
|
||||
record.save()
|
||||
add_rower_race(r,race)
|
||||
else:
|
||||
errors.append("Unable to find a suitable start category")
|
||||
return result,comments,errors,0
|
||||
|
||||
Reference in New Issue
Block a user