Commit 5b8e62b2 authored by Antony Le Courtes's avatar Antony Le Courtes
Browse files

correction VA

parent 81402214
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -24,7 +24,7 @@ class ExportRhHydrator implements HydratorInterface
        //On mappe automatiquement le bon statut RH selon le statut OSE
        $statut = $object->getStatut();
        $statutRh = $statut->getCodesCorresp2();
        $typeEmploi = ($statut->getCodesCorresp3()) ? 'UCNVA' : 'UCNVCE';
        $typeEmploi = (strtolower(trim($statut->getCodesCorresp3())) == 'oui') ? 'UCNVA' : 'UCNVCE';

        $data['connecteurForm'] = [
            'statut' => $statutRh,