Private
Public Access
1
0

Merge branch 'hotfix/cumstats'

This commit is contained in:
Sander Roosendaal
2018-04-15 14:46:03 +02:00
+1 -1
View File
@@ -7616,7 +7616,7 @@ def cumstats(request,theuser=0,
if waterinclude: if waterinclude:
allergworkouts = workoutse | workoutsw allergworkouts = workoutse | workoutsw
allergworkouts = workouts.distinct().order_by("-date", "-starttime") allergworkouts = allergworkouts.distinct().order_by("-date", "-starttime")
else: else:
allergworkouts = workoutse.order_by("-date","-starttime") allergworkouts = workoutse.order_by("-date","-starttime")