Fix color of status
This commit is contained in:
parent
878ead5d4a
commit
7554c10d7d
@ -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';
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user