diff --git a/config/unicaen-siham.global.php.dist b/config/unicaen-siham.global.php.dist index e770509534c24f7b2a5e02879fb03d2a68519951..cfdefe7ae8686eb18fa9853683f337851663fbbd 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