Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Edit booking period #3525

Merged
merged 1 commit into from
Nov 14, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion lego/settings/lego.py
Expand Up @@ -22,7 +22,7 @@
PENALTY_IGNORE_SUMMER = ((6, 1), (8, 15))
PENALTY_IGNORE_WINTER = ((11, 18), (1, 10))

BEDKOM_BOOKING_PERIOD = ((10, 2), (10, 19))
BEDKOM_BOOKING_PERIOD = ((1, 1), (12, 30))
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Desember has 31 days, not 30. I assume nobody sends company interests on new years eve, but it's very random to have auto reply on every day of the year except for one...


REGISTRATION_CONFIRMATION_TIMEOUT = 60 * 60 * 24

Expand Down