Bugfix
This commit is contained in:
parent
6cbcf2498b
commit
6f80c5e980
@ -136,7 +136,6 @@ class ProcessGraphLignes
|
|||||||
$graphx->GraphDraw($file, $this->nbminutes, $this->labels);
|
$graphx->GraphDraw($file, $this->nbminutes, $this->labels);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
Function GetDatas()
|
Function GetDatas()
|
||||||
{
|
{
|
||||||
$sql = "SELECT date_format(td.date,'%m'), sum(duree), count(*), sum(cout_vente), sum(fourn_montant)";
|
$sql = "SELECT date_format(td.date,'%m'), sum(duree), count(*), sum(cout_vente), sum(fourn_montant)";
|
||||||
@ -170,6 +169,5 @@ class ProcessGraphLignes
|
|||||||
dolibarr_syslog("Error");
|
dolibarr_syslog("Error");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user