Skip to content
Snippets Groups Projects
Commit 81402214 authored by Antony Le Courtes's avatar Antony Le Courtes
Browse files

Inversion code corresp 1 et 2 pour code siham

parent c605f778
No related branches found
No related tags found
No related merge requests found
......@@ -23,7 +23,7 @@ class ExportRhHydrator implements HydratorInterface
{
//On mappe automatiquement le bon statut RH selon le statut OSE
$statut = $object->getStatut();
$statutRh = $statut->getCodesCorresp1();
$statutRh = $statut->getCodesCorresp2();
$typeEmploi = ($statut->getCodesCorresp3()) ? 'UCNVA' : 'UCNVCE';
$data['connecteurForm'] = [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment