Merge tag 'v1.94' into develop
bug fix recalc summary
This commit is contained in:
@@ -2226,7 +2226,7 @@ def workout_recalcsummary_view(request,id=0):
|
||||
|
||||
filename = row.csvfilename
|
||||
rowdata = rdata(filename)
|
||||
if row:
|
||||
if rowdata:
|
||||
row.summary = rowdata.allstats()
|
||||
row.save()
|
||||
successmessage = "Summary Updated"
|
||||
|
||||
Reference in New Issue
Block a user