bug fix
This commit is contained in:
@@ -7616,7 +7616,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")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user