Skip to content

Commit

Permalink
Merge PR #1221 into 16.0
Browse files Browse the repository at this point in the history
Signed-off-by max3903
  • Loading branch information
OCA-git-bot committed Oct 10, 2024
2 parents c202d48 + 6136655 commit 8bc90b7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fieldservice/models/fsm_order.py
Original file line number Diff line number Diff line change
Expand Up @@ -414,6 +414,7 @@ def check_day(self):
[
("date_from", ">=", rec.scheduled_date_start),
("date_to", "<=", rec.scheduled_date_end),
("resource_id", "=", False),
]
)
if holidays:
Expand Down

0 comments on commit 8bc90b7

Please sign in to comment.