Compare commits

...

1 Commits

Author SHA1 Message Date
Rémy Taymans fc79a4639e [FIX] b_shift: compute status when working mode changes 4 years ago
  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