Ajout menu fournisseurs

This commit is contained in:
Rodolphe Quiedeville 2003-02-02 13:53:39 +00:00
parent 2d0b40e554
commit f9173b03f9

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
@ -88,6 +88,8 @@ function llxHeader($head = "") {
$menu->add_submenu("voyage/reduc.php3","Reduc"); $menu->add_submenu("voyage/reduc.php3","Reduc");
} }
$menu->add("/fourn/index.php3", "Fournisseurs");
$menu->add("ligne.php3","Compta"); $menu->add("ligne.php3","Compta");
$menu->add_submenu("ligne.php3","Lignes"); $menu->add_submenu("ligne.php3","Lignes");
$menu->add_submenu("config.php3","Configuration"); $menu->add_submenu("config.php3","Configuration");