Browse Source

Merge fc79a4639e into d93d80efb0

pull/170/merge
Rémy Taymans 4 years ago
committed by GitHub
parent
commit
be0f116a06
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  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", "temporary_exempt_end_date",
"resigning", "resigning",
"cooperator_id.subscribed_shift_ids", "cooperator_id.subscribed_shift_ids",
"working_mode",
) )
def _compute_status(self): def _compute_status(self):
update = int( update = int(

Loading…
Cancel
Save