fixed alerts, manual testing completed
This commit is contained in:
@@ -281,7 +281,7 @@ def get_execution_report(rower, startdate, enddate, plan=None):
|
||||
else:
|
||||
plannedscore += 60
|
||||
actualscore += 0
|
||||
elif w.hrtss != 0:
|
||||
elif w.hrtss >= 0:
|
||||
if ratio > 0:
|
||||
plannedscore += w.hrtss/ratio
|
||||
actualscore += w.hrtss
|
||||
|
||||
Reference in New Issue
Block a user