From 844c2b8bb0d20744e6a986357bf5a1604d7b5f8a Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Tue, 11 Oct 2005 18:04:28 +0000 Subject: [PATCH] =?UTF-8?q?Modif=20libell=E9s?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/telephonie/script/graph-statistiques-ca.php | 1 + 1 file changed, 1 insertion(+) diff --git a/htdocs/telephonie/script/graph-statistiques-ca.php b/htdocs/telephonie/script/graph-statistiques-ca.php index 20f8af36df5..0c6522c4855 100644 --- a/htdocs/telephonie/script/graph-statistiques-ca.php +++ b/htdocs/telephonie/script/graph-statistiques-ca.php @@ -282,6 +282,7 @@ foreach ($labels as $labl) $cout_vente_prelev[$i] = $cvp[$labl]; $cout_vente_autre[$i] = $cva[$labl]; $cout_achat[$i] = $cvc[$labl]; + $labels[$i] = substr($labl, -2); $i++; }