Erreur de Typo
This commit is contained in:
parent
75c4fcf79a
commit
94ad0b08eb
@ -42,11 +42,11 @@ class GraphCommerciauxContrats extends GraphPie {
|
|||||||
|
|
||||||
if ($type == 'suivi')
|
if ($type == 'suivi')
|
||||||
{
|
{
|
||||||
$this->titre = "Contrat suivis par commercial";
|
$this->titre = "Contrats suivis par commercial";
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
$this->titre = "Contrat signés par commercial";
|
$this->titre = "Contrats signés par commercial";
|
||||||
}
|
}
|
||||||
|
|
||||||
$sql = "SELECT u.firstname, u.name, count(*) as cc";
|
$sql = "SELECT u.firstname, u.name, count(*) as cc";
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user