mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-08 00:52:01 +01:00
Ajout debug
This commit is contained in:
@@ -127,7 +127,9 @@ class GraphGain extends GraphBrouzouf{
|
||||
$row = $this->db->fetch_row($i);
|
||||
if ( $row[0] > 0)
|
||||
{
|
||||
$this->total_gain = $this->total_gain - $row[0];
|
||||
print "(".$this->client.":".$this->total_gain.")";
|
||||
$this->total_gain = ($this->total_gain - $row[0]);
|
||||
print "(".$this->client.":".$this->total_gain.")";
|
||||
}
|
||||
$i++;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user