diff --git a/beesdoo_website_shift/models/res_config.py b/beesdoo_website_shift/models/res_config.py index 867ed8b..c1d1aa3 100644 --- a/beesdoo_website_shift/models/res_config.py +++ b/beesdoo_website_shift/models/res_config.py @@ -14,8 +14,8 @@ PARAMS = [ 'beesdoo_website_shift.irregular_enable_sign_up'), ('irregular_past_shift_limit', 'beesdoo_website_shift.irregular_past_shift_limit'), - ('regular_past_shift_limit' - , 'beesdoo_website_shift.regular_past_shift_limit'), + ('regular_past_shift_limit', + 'beesdoo_website_shift.regular_past_shift_limit'), ('regular_next_shift_limit', 'beesdoo_website_shift.regular_next_shift_limit'), ]