Private
Public Access
1
0

bug fix in bug fix

This commit is contained in:
Sander Roosendaal
2017-04-10 08:18:35 +02:00
parent 16391338eb
commit ca74109421

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"