Fix color status

This commit is contained in:
Laurent Destailleur 2022-09-16 19:15:23 +02:00
parent 3642001c7a
commit ba7a1af261

View File

@ -825,6 +825,9 @@ class RecruitmentCandidature extends CommonObject
$statusType = 'status'.$status;
//if ($status == self::STATUS_VALIDATED) $statusType = 'status1';
if ($status == self::STATUS_CANCELED) {
$statusType = 'status9';
}
if ($status == self::STATUS_CONTRACT_SIGNED) {
$statusType = 'status6';
}
if ($status == self::STATUS_REFUSED) {