This commit is contained in:
Rodolphe Quiedeville 2005-05-10 13:42:00 +00:00
parent a97a3ba85b
commit 2982823734

View File

@ -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);
}