Browse Source

[FIX] b_w_shift: Syntax

pull/128/head
Rémy Taymans 5 years ago
parent
commit
70010703d1
  1. 4
      beesdoo_website_shift/models/res_config.py

4
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'),
]

Loading…
Cancel
Save