Skip to content

Commit

Permalink
Add BookingFolder.holidays default
Browse files Browse the repository at this point in the history
  • Loading branch information
folix-01 committed Aug 29, 2023
1 parent fe8a51e commit 89313fa
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion src/redturtle/prenotazioni/content/prenotazioni_folder.py
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,18 @@ def get_options():
),
required=False,
value_type=schema.TextLine(),
default=[],
default=[
"01/01/*",
"06/01/*",
"25/04/*",
"01/05/*",
"02/06/*",
"15/08/*",
"01/11/*",
"08/12/*",
"25/12/*",
"26/12/*",
],
)

futureDays = schema.Int(
Expand Down

0 comments on commit 89313fa

Please sign in to comment.