2
0
Fork 0

fix free shifts

This commit is contained in:
Andreas (@xAndy) Zimmermann 2022-05-20 18:19:06 +02:00
parent 59516a7a89
commit 6b80322a6e
1 changed files with 1 additions and 1 deletions

View File

@ -144,7 +144,7 @@ class FreeShiftList(ShiftList):
.filter( .filter(
help_wanted, help_wanted,
start_at__gt=timezone.now(), start_at__gt=timezone.now(),
deltetd = False, deleted = False,
) )
.order_by("start_at", "room_id") .order_by("start_at", "room_id")
) )