From 050e845a480ca2058292cd8749d52a5e5bd354a1 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Thu, 4 Mar 2004 20:03:24 +0000 Subject: [PATCH] =?UTF-8?q?Recettes/D=E9penses=20=E9taient=20invers=E9s.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/compta/caisse/annuel.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/compta/caisse/annuel.php b/htdocs/compta/caisse/annuel.php index 5cc58ef9587..6c33cbe36d7 100644 --- a/htdocs/compta/caisse/annuel.php +++ b/htdocs/compta/caisse/annuel.php @@ -109,7 +109,7 @@ print ''; print ''; for ($annee = $year_start ; $annee <= $year_end ; $annee++) { - print 'DépensesRecettes'; + print 'RecettesDépenses'; } print '';