mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
Ajout test taille des donnes
This commit is contained in:
parent
5adc796b9c
commit
b36c863bcb
|
|
@ -89,7 +89,11 @@ class GraphLine extends DolibarrGraph {
|
|||
// Display the graph
|
||||
|
||||
$graph->img->SetImgFormat("png");
|
||||
$graph->Stroke($file);
|
||||
|
||||
if (sizeof($datas) > 0)
|
||||
{
|
||||
$graph->Stroke($file);
|
||||
}
|
||||
}
|
||||
}
|
||||
?>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user