Commit e7606dae by François C.

Merge branch 'ticket_1714' into 'evolution_bdm'

Modif correction de bug

See merge request !74
parents 061ab819 740ddfb0
Pipeline #1517 passed with stage
in 1 minute 33 seconds
......@@ -194,7 +194,7 @@ def change_shift(request):
"idPartner": int(request.POST['idPartner']),
"idShift": int(request.POST['idNewShift']),
"shift_type": request.POST['shift_type'],
"is_makeup": cs.shift_is_makeup(idOldShift)
"is_makeup": cs.shift_is_makeup(listRegister)
}
should_block_service_exchange = getattr(settings, 'BLOCK_SERVICE_EXCHANGE_24H_BEFORE', False)
......
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