diff --git a/htdocs/telephonie/stats/ProcessGraphClients.class.php b/htdocs/telephonie/stats/ProcessGraphClients.class.php index 7ffd2e471fb..0e9a89bad05 100644 --- a/htdocs/telephonie/stats/ProcessGraphClients.class.php +++ b/htdocs/telephonie/stats/ProcessGraphClients.class.php @@ -131,7 +131,7 @@ class ProcessGraphClients $sql .= ",'".ereg_replace(",",".",$graphgain->total_cout)."'"; $sql .= ",'".ereg_replace(",",".",$marge)."')"; - if (($graphgain->total_ca * $graphgain->total_gain * $graphgain->total_cout) > 0) + if (($graphgain->total_ca * $graphgain->total_gain * $graphgain->total_cout) <> 0) { $this->db->query($sql); }