Merge tag 'cumstats' into develop
hot fix
This commit is contained in:
@@ -7662,7 +7662,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")
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user