From 064aa32014d33f0bbe3f2a0d908ff48a8910753c Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Tue, 13 May 2003 16:45:38 +0000 Subject: [PATCH] Ajout menu Caisse --- htdocs/compta/resultat/pre.inc.php3 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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);