diff --git a/htdocs/telephonie/stats/graph/gain.class.php b/htdocs/telephonie/stats/graph/gain.class.php index 6a479b2e626..e3c37bf171a 100644 --- a/htdocs/telephonie/stats/graph/gain.class.php +++ b/htdocs/telephonie/stats/graph/gain.class.php @@ -127,7 +127,9 @@ class GraphGain extends GraphBrouzouf{ $row = $this->db->fetch_row($i); if ( $row[0] > 0) { - $this->total_gain = $this->total_gain - $row[0]; + print "(".$this->client.":".$this->total_gain.")"; + $this->total_gain = ($this->total_gain - $row[0]); + print "(".$this->client.":".$this->total_gain.")"; } $i++; }