From 94ad0b08ebd1295c1a83f6df44bd8fcd6c437d05 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Mon, 14 Mar 2005 11:46:00 +0000 Subject: [PATCH] Erreur de Typo --- htdocs/telephonie/stats/commerciaux/contrats.class.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/telephonie/stats/commerciaux/contrats.class.php b/htdocs/telephonie/stats/commerciaux/contrats.class.php index 72e32134054..23e98fd5157 100644 --- a/htdocs/telephonie/stats/commerciaux/contrats.class.php +++ b/htdocs/telephonie/stats/commerciaux/contrats.class.php @@ -42,11 +42,11 @@ class GraphCommerciauxContrats extends GraphPie { if ($type == 'suivi') { - $this->titre = "Contrat suivis par commercial"; + $this->titre = "Contrats suivis par commercial"; } else { - $this->titre = "Contrat signés par commercial"; + $this->titre = "Contrats signés par commercial"; } $sql = "SELECT u.firstname, u.name, count(*) as cc";