mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-01-06 09:02:59 +01:00
Bugfix
This commit is contained in:
@@ -136,7 +136,6 @@ class ProcessGraphLignes
|
||||
$graphx->GraphDraw($file, $this->nbminutes, $this->labels);
|
||||
}
|
||||
|
||||
|
||||
Function GetDatas()
|
||||
{
|
||||
$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");
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user