Entre menu "Annuel" renomm en "Bilan mensuel E/S" pour etre homogne avec tat du mme nom pour les comptes bancaires.

This commit is contained in:
Laurent Destailleur 2004-03-04 21:41:34 +00:00
parent 77a046fb61
commit 391b32f0ae
2 changed files with 3 additions and 2 deletions

View File

@ -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 '<br>';

View File

@ -1,5 +1,6 @@
<?PHP
/* Copyright (C) 2003 Rodolphe Quiedeville <rodolphe@quiedeville.org>
* Copyright (C) 2004 Laurent Destailleur <eldy@users.sourceforge.net>
*
* 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);
}