From f9173b03f9d2ad5b2a24629a95817208fff45750 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Sun, 2 Feb 2003 13:53:39 +0000 Subject: [PATCH] Ajout menu fournisseurs --- htdocs/compta/pre.inc.php3 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/htdocs/compta/pre.inc.php3 b/htdocs/compta/pre.inc.php3 index 55cad561ac3..66e57e26226 100644 --- a/htdocs/compta/pre.inc.php3 +++ b/htdocs/compta/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 @@ -88,6 +88,8 @@ function llxHeader($head = "") { $menu->add_submenu("voyage/reduc.php3","Reduc"); } + $menu->add("/fourn/index.php3", "Fournisseurs"); + $menu->add("ligne.php3","Compta"); $menu->add_submenu("ligne.php3","Lignes"); $menu->add_submenu("config.php3","Configuration");