Private
Public Access
1
0

Merge tag 'v1.94' into develop

bug fix recalc summary
This commit is contained in:
Sander Roosendaal
2017-04-10 08:19:50 +02:00

View File

@@ -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"