This commit is contained in:
KONE SOREL 2026-03-03 16:48:26 +00:00
parent 6d66c680d4
commit 05ef3fcbde

View File

@ -6,7 +6,7 @@ if(!empty($actes)) {
foreach($actes as $v) {
$tab = explode(" <==> ",$v["libelle"]);
if (isset($tab[2]) && ($tab[2] != "Garanti" || $tab[2] != "Guaranteed")){
if (isset($tab[2]) && ($tab[2] == "Garanti" || $tab[2] == "Guaranteed")){
$style = "background-color: red; color:white;";
}elseif (isset($tab[3]) && ($tab[3] == "Demander Accord" || $tab[3] == "Request Approval")){
$style = "background-color: yellow;";