From 62dcf483a5b1079e8b4f3d82511455281aff82cb Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Tue, 16 Nov 2004 16:42:02 +0000 Subject: [PATCH] =?UTF-8?q?Suppression=20de=20l'entr=E9e=20de=20menu=20com?= =?UTF-8?q?mande?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/product/pre.inc.php | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/htdocs/product/pre.inc.php b/htdocs/product/pre.inc.php index 3cb7a3a5f65..42b841dfd20 100644 --- a/htdocs/product/pre.inc.php +++ b/htdocs/product/pre.inc.php @@ -1,5 +1,5 @@ +/* Copyright (C) 2001-2004 Rodolphe Quiedeville * Copyright (C) 2004 Laurent Destailleur * * This program is free software; you can redistribute it and/or modify @@ -79,13 +79,7 @@ function llxHeader($head = "", $urlp = "", $title="") $langs->load("suppliers"); $menu->add(DOL_URL_ROOT."/fourn/index.php", $langs->trans("Suppliers")); } - - if ($conf->commande->enabled) - { - $langs->load("orders"); - $menu->add(DOL_URL_ROOT."/commande/", $langs->trans("Orders")); - } - + $menu->add(DOL_URL_ROOT."/product/stats/", $langs->trans("Statistics")); if ($conf->propal->enabled) {