Modif titre
This commit is contained in:
parent
8e13f49baf
commit
b5e659aeb8
@ -30,7 +30,7 @@ class GraphDistributeurCommission extends GraphBar {
|
||||
$this->file = $file;
|
||||
$this->year = strftime("%Y",time());
|
||||
$this->client = 0;
|
||||
$this->titre = "Commission mensuelle ".$this->year;
|
||||
$this->titre = "Commissions mensuelles reversées ".$this->year;
|
||||
|
||||
$this->barcolor = "orange";
|
||||
$this->showframe = true;
|
||||
|
||||
@ -29,7 +29,8 @@ class GraphDistributeurResultat extends GraphBar {
|
||||
$this->db = $DB;
|
||||
$this->file = $file;
|
||||
$this->client = 0;
|
||||
$this->titre = "Resultat mensuel";
|
||||
$this->year = strftime("%Y",time());
|
||||
$this->titre = "Resultat mensuel ".$this->year." (marges - commissions)";
|
||||
$this->year = strftime("%Y",time());
|
||||
$this->barcolor = "green";
|
||||
$this->showframe = true;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user