From a849e4a2320a690ccc133d3fe3d9a8e5d5dd407b Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Wed, 19 Nov 2003 15:23:48 +0000 Subject: [PATCH] . --- htdocs/pre.inc.php | 1 + 1 file changed, 1 insertion(+) diff --git a/htdocs/pre.inc.php b/htdocs/pre.inc.php index d9961952e66..f9a68f2e6b5 100644 --- a/htdocs/pre.inc.php +++ b/htdocs/pre.inc.php @@ -94,6 +94,7 @@ function llxHeader($head = "") { if ($conf->commande->enabled) { $menu->add(DOL_URL_ROOT."/commande/index.php", "Commandes"); + $menu->add_submenu(DOL_URL_ROOT."/expedition/index.php", "Expéditions"); } if ($conf->don->enabled)