From 70010703d11f3b50533ce247fa18b5de466e8b6e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9my=20Taymans?= Date: Tue, 14 May 2019 16:56:54 +0200 Subject: [PATCH] [FIX] b_w_shift: Syntax --- beesdoo_website_shift/models/res_config.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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'), ]