Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
open-source
OSE
Commits
6a3a430d
Commit
6a3a430d
authored
May 23, 2022
by
Antony Le Courtes
Browse files
correction VA
parent
30825449
Changes
1
Hide whitespace changes
Inline
Side-by-side
module/ExportRh/src/Hydrator/ExportRhHydrator.php
View file @
6a3a430d
...
...
@@ -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
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment