From a9a03253afd8b69af5e28771660bff136e9a554b Mon Sep 17 00:00:00 2001 From: Antony Le Courtes <antony.lecourtes@unicaen.fr> Date: Mon, 27 Sep 2021 11:15:56 +0200 Subject: [PATCH] Ajout dans le fichie de configuration --- config/unicaen-siham.global.php.dist | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/config/unicaen-siham.global.php.dist b/config/unicaen-siham.global.php.dist index e770509..cfdefe7 100644 --- a/config/unicaen-siham.global.php.dist +++ b/config/unicaen-siham.global.php.dist @@ -83,6 +83,13 @@ return [ //'MS100' => 'Temps plein', ], ], + //Statut ose à exclure de l'export RH + 'exclude-statut-ose' => [ + 'BIATSS' => 'BIATSS', + 'SS_EMPLOI_NON_ETUD' => 'Sans emploi, non étudiant', + 'IMP' => 'Vacataire académique sur convention', + + ], ], ]; \ No newline at end of file -- GitLab