Commit 9104a788 by Yvon Kerdoncuff

pass shift_type with proper format to get_shift_ticket

parent a6d38c1d
Pipeline #4113 canceled with stage
......@@ -199,7 +199,7 @@ class CagetteShift(models.Model):
shift_type = "ftop"
fieldsDatas = { "partner_id": data['idPartner'],
"shift_id": data['idShift'],
"shift_ticket_id": self.get_shift_ticket(data['idShift'], data['shift_type']),
"shift_ticket_id": self.get_shift_ticket(data['idShift'], shift_type),
"shift_type": shift_type,
"origin": data['origin'],
"is_makeup": data['is_makeup'],
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment