From 188e3676d478013622ef325838275a48003540cf Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Thu, 4 Mar 2004 17:47:40 +0000 Subject: [PATCH] =?UTF-8?q?"Valeur"=20remplac=E9=20par=20"Montant"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/compta/stats/index.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/compta/stats/index.php b/htdocs/compta/stats/index.php index 6b1da1bec9d..8eddb548449 100644 --- a/htdocs/compta/stats/index.php +++ b/htdocs/compta/stats/index.php @@ -92,7 +92,7 @@ print ''; print ''; for ($annee = $year_start ; $annee <= $year_end ; $annee++) { - print 'Valeur'; + print 'Montant'; print 'Delta'; } print ''; @@ -109,7 +109,7 @@ for ($annee = $year_start ; $annee <= $year_end ; $annee++) $case = strftime("%Y-%m",mktime(1,1,1,$mois,1,$annee)); $caseprev = strftime("%Y-%m",mktime(1,1,1,$mois,1,$annee-1)); - // Valeur CA + // Montant CA print ''; if ($cum[$case]) {