diff --git a/Vue/Ajaxchargeractesmedicaux/index.php b/Vue/Ajaxchargeractesmedicaux/index.php index 7aa9c1f..a979986 100755 --- a/Vue/Ajaxchargeractesmedicaux/index.php +++ b/Vue/Ajaxchargeractesmedicaux/index.php @@ -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;";