🐛 fix: other bookings displayed as declined
This commit is contained in:
parent
d31366bb40
commit
34f48c7482
|
|
@ -392,7 +392,7 @@ def clear(target_calendars: list, is_test: bool=False) -> dict:
|
|||
|
||||
# Add the other bookings to the overview
|
||||
for ob in other_bookings:
|
||||
ob.is_declined = True
|
||||
ob.is_declined = False
|
||||
ob.is_overlapping = False
|
||||
ob.is_other_booking = True
|
||||
overview.add(ob)
|
||||
|
|
|
|||
Loading…
Reference in New Issue