From 391b32f0ae42cb787decd3a09e1a98ccb7d086ad Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Thu, 4 Mar 2004 21:41:34 +0000 Subject: [PATCH] =?UTF-8?q?Entr=E9e=20menu=20"Annuel"=20renomm=E9=20en=20"?= =?UTF-8?q?Bilan=20mensuel=20E/S"=20pour=20etre=20homog=E8ne=20avec=20=E9t?= =?UTF-8?q?at=20du=20m=EAme=20nom=20pour=20les=20comptes=20bancaires.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/compta/caisse/annuel.php | 2 +- htdocs/compta/caisse/pre.inc.php | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/htdocs/compta/caisse/annuel.php b/htdocs/compta/caisse/annuel.php index ef020a78e26..60b4535bf33 100644 --- a/htdocs/compta/caisse/annuel.php +++ b/htdocs/compta/caisse/annuel.php @@ -40,7 +40,7 @@ $year_current = $_GET["year"];; if (! $year_current) { $year_current = strftime("%Y", time()); } -print_titre("Résumé annuel des journaux comptables"); +print_titre("Bilan mensuel Entrées/Sorties pour la caisse"); print '
'; diff --git a/htdocs/compta/caisse/pre.inc.php b/htdocs/compta/caisse/pre.inc.php index 7915c9a18b7..f8e12eae201 100644 --- a/htdocs/compta/caisse/pre.inc.php +++ b/htdocs/compta/caisse/pre.inc.php @@ -1,5 +1,6 @@ + * Copyright (C) 2004 Laurent Destailleur * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -32,7 +33,7 @@ function llxHeader($head = "") $menu->add(DOL_URL_ROOT."/compta/caisse/index.php","Caisse"); - $menu->add(DOL_URL_ROOT."/compta/caisse/annuel.php","Annuel"); + $menu->add(DOL_URL_ROOT."/compta/caisse/annuel.php","Bilan mensuel E/S"); left_menu($menu->liste); }