From 4b65e4b8189fdc534195a5b1afce77c3e45f4ae0 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Thu, 1 Dec 2005 15:10:51 +0000 Subject: [PATCH] Modif titre --- 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 cdd412447ad..dc31d63888b 100644 --- a/htdocs/telephonie/stats/commerciaux/commercial.gain.class.php +++ b/htdocs/telephonie/stats/commerciaux/commercial.gain.class.php @@ -33,7 +33,7 @@ class GraphCommercialGain extends GraphBar { $this->titre = "Marge mensuelle"; if ($this->year > 0) { - $this->titre .= " ".$this->year; + $this->titre = " ".$this->year; } $this->barcolor = "pink"; $this->showframe = true;