Modif titre

This commit is contained in:
Rodolphe Quiedeville 2005-12-01 15:10:51 +00:00
parent e304169d1a
commit 4b65e4b818

View File

@ -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;