Private
Public Access
1
0

Merge tag 'cumstats' into develop

hot fix
This commit is contained in:
Sander Roosendaal
2018-04-15 14:46:11 +02:00

View File

@@ -7662,7 +7662,7 @@ def cumstats(request,theuser=0,
if waterinclude:
allergworkouts = workoutse | workoutsw
allergworkouts = workouts.distinct().order_by("-date", "-starttime")
allergworkouts = allergworkouts.distinct().order_by("-date", "-starttime")
else:
allergworkouts = workoutse.order_by("-date","-starttime")