diff --git a/htdocs/compta/stats/index.php b/htdocs/compta/stats/index.php index 53d30fd270d..638a8c78bb2 100644 --- a/htdocs/compta/stats/index.php +++ b/htdocs/compta/stats/index.php @@ -35,7 +35,7 @@ if ($user->societe_id > 0) $socidp = $user->societe_id; } -print_titre("Chiffres d'affaires (".MAIN_MONNAIE." HT)"); +print_titre("Chiffre d'affaire (".MAIN_MONNAIE." HT)"); $sql = "SELECT sum(f.total) as amount , date_format(f.datef,'%Y-%m') as dm"; $sql .= " FROM ".MAIN_DB_PREFIX."facture as f WHERE f.paye = 1"; @@ -80,8 +80,7 @@ for ($annee = $year_start ; $annee <= $year_end ; $annee++) { print '