From 8cd10f779a0b50a4ae2d58322539ff8eabe5e106 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Tue, 11 Mar 2003 16:24:49 +0000 Subject: [PATCH] Ajout menu commande --- htdocs/pre.inc.php3 | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/htdocs/pre.inc.php3 b/htdocs/pre.inc.php3 index fb8f8dffa33..3abffe380f5 100644 --- a/htdocs/pre.inc.php3 +++ b/htdocs/pre.inc.php3 @@ -79,6 +79,11 @@ function llxHeader($head = "") { $menu->add("/adherents/", "Adherents"); } + if ($conf->commande->enabled) + { + $menu->add("/commande/", "Commandes"); + } + $menu->add("/compta/dons/", "Dons"); $menu->add("/fourn/index.php3", "Fournisseurs");