Browse Source

[FIX] b_shift: compute status when working mode changes

pull/170/head
Rémy Taymans 4 years ago
parent
commit
fc79a4639e
  1. 1
      beesdoo_shift/models/cooperative_status.py

1
beesdoo_shift/models/cooperative_status.py

@ -142,6 +142,7 @@ class CooperativeStatus(models.Model):
"temporary_exempt_end_date",
"resigning",
"cooperator_id.subscribed_shift_ids",
"working_mode",
)
def _compute_status(self):
update = int(

Loading…
Cancel
Save