Browse Source

[FIX] b_w_shift: status_id not found

pull/128/head
Rémy Taymans 5 years ago
parent
commit
0645875fb0
  1. 2
      beesdoo_website_shift/controllers/main.py

2
beesdoo_website_shift/controllers/main.py

@ -130,7 +130,7 @@ class WebsiteShiftController(http.Controller):
if (irregular_enable_sign_up
and self.user_can_subscribe()
and shift
and shift.status_id == open_status
and shift.stage_id == open_status
and not shift.worker_id):
shift.worker_id = cur_user.partner_id
request.session['success'] = True

Loading…
Cancel
Save