From a486f1d42fb859190f0b252c3488c4e53bd663a1 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Tue, 27 Jan 2004 16:54:32 +0000 Subject: [PATCH] Ajout Menu --- htdocs/commande/pre.inc.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/htdocs/commande/pre.inc.php b/htdocs/commande/pre.inc.php index f57c1ae2e93..5fee64ab20c 100644 --- a/htdocs/commande/pre.inc.php +++ b/htdocs/commande/pre.inc.php @@ -37,6 +37,8 @@ function llxHeader($head = "", $title="", $help_url='') $menu->add(DOL_URL_ROOT."/commande/", "Commandes"); $menu->add_submenu(DOL_URL_ROOT."/commande/liste.php", "Liste"); + $menu->add(DOL_URL_ROOT."/expedition/", "Expeditions"); + $menu->add(DOL_URL_ROOT."/commande/stats/", "Statistiques"); left_menu($menu->liste, $help_url);