From 85f87034b3834078fc0691116e16f189d397e319 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Thu, 1 Dec 2005 15:01:06 +0000 Subject: [PATCH] Modif legend --- htdocs/telephonie/stats/commerciaux/commercial.gain.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/telephonie/stats/commerciaux/commercial.gain.class.php b/htdocs/telephonie/stats/commerciaux/commercial.gain.class.php index 84e43cd8603..3a477313188 100644 --- a/htdocs/telephonie/stats/commerciaux/commercial.gain.class.php +++ b/htdocs/telephonie/stats/commerciaux/commercial.gain.class.php @@ -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) {