Ajout menu Caisse

This commit is contained in:
Rodolphe Quiedeville 2003-05-13 16:45:38 +00:00
parent f0b960e49a
commit 064aa32014

View File

@ -1,5 +1,5 @@
<?PHP <?PHP
/* Copyright (C) 2001-2002 Rodolphe Quiedeville <rodolphe@quiedeville.org> /* Copyright (C) 2001-2003 Rodolphe Quiedeville <rodolphe@quiedeville.org>
* *
* This program is free software; you can redistribute it and/or modify * 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 * it under the terms of the GNU General Public License as published by
@ -50,7 +50,8 @@ function llxHeader($head = "") {
$menu->add_submenu("index.php3?year=2002","2002"); $menu->add_submenu("index.php3?year=2002","2002");
$menu->add_submenu("index.php3?year=2001","2001"); $menu->add_submenu("index.php3?year=2001","2001");
$menu->add("/compta/bank/index.php3","Bank"); $menu->add("/compta/resultat/caisse.php","Caisse");
left_menu($menu->liste); left_menu($menu->liste);