Skip to content
Snippets Groups Projects
Commit b5e659ae authored by Rodolphe Quiedeville's avatar Rodolphe Quiedeville
Browse files

Modif titre

parent 8e13f49b
No related branches found
No related tags found
No related merge requests found
......@@ -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 reverses ".$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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment