Fix color of status

This commit is contained in:
Laurent Destailleur 2022-10-05 20:51:41 +02:00
parent 878ead5d4a
commit 7554c10d7d

View File

@ -827,6 +827,9 @@ class RecruitmentCandidature extends CommonObject
if ($status == self::STATUS_CANCELED) {
$statusType = 'status9';
}
if ($status == self::STATUS_CONTRACT_PROPOSED) {
$statusType = 'status4';
}
if ($status == self::STATUS_CONTRACT_SIGNED) {
$statusType = 'status6';
}