diff --git a/htdocs/compta/resultat/pre.inc.php3 b/htdocs/compta/resultat/pre.inc.php3 index fa2623d66a4..758b36ac598 100644 --- a/htdocs/compta/resultat/pre.inc.php3 +++ b/htdocs/compta/resultat/pre.inc.php3 @@ -1,5 +1,5 @@ +/* Copyright (C) 2001-2003 Rodolphe Quiedeville * * 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 @@ -50,7 +50,8 @@ function llxHeader($head = "") { $menu->add_submenu("index.php3?year=2002","2002"); $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);