Modif legend

This commit is contained in:
Rodolphe Quiedeville 2005-12-01 15:01:06 +00:00
parent 7a3417fa93
commit 85f87034b3

View File

@ -80,7 +80,7 @@ class GraphCommercialGain extends GraphBar {
$row = $this->db->fetch_row($resql);
$datas[$i] = $row[1];
$labels[$i] = substr($row[0],-2)."/".substr($row[0],2,2);
$labels[$i] = substr($row[0],-2);
if ($commercial > 0)
{