/[dolibarr]/dolibarr/htdocs/telephonie/stats/commerciaux/commercial.gain.class.php
ViewVC logotype

Diff of /dolibarr/htdocs/telephonie/stats/commerciaux/commercial.gain.class.php

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.4 by rodolphe, Thu Dec 1 15:01:06 2005 UTC revision 1.5 by rodolphe, Thu Dec 1 15:10:51 2005 UTC
# Line 30  class GraphCommercialGain extends GraphB Line 30  class GraphCommercialGain extends GraphB
30      $this->file = $file;      $this->file = $file;
31      $this->year = $year;      $this->year = $year;
32      $this->client = 0;      $this->client = 0;
33      $this->titre = "Gain mensuel";      $this->titre = "Marge mensuelle";
34      if ($this->year > 0)      if ($this->year > 0)
35        {        {
36          $this->titre = "Gain mensuel ".$this->year;          $this->titre = " ".$this->year;
37        }        }
38      $this->barcolor = "pink";      $this->barcolor = "pink";
39      $this->showframe = true;      $this->showframe = true;

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26