From f74217fd26c1eabd5afb60aff4f2ff2a4c3e7b96 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Thu, 12 Feb 2004 02:26:54 +0000 Subject: [PATCH] =?UTF-8?q?Le=20lien=20d'affichage=20des=20stats=20de=20po?= =?UTF-8?q?pularit=E9=20des=20propales=20ne=20se=20fait=20que=20si=20le=20?= =?UTF-8?q?module=20propale=20est=20actif.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/product/pre.inc.php | 1 + 1 file changed, 1 insertion(+) diff --git a/htdocs/product/pre.inc.php b/htdocs/product/pre.inc.php index d7eda9fc7e1..f28ac661c40 100644 --- a/htdocs/product/pre.inc.php +++ b/htdocs/product/pre.inc.php @@ -67,6 +67,7 @@ function llxHeader($head = "", $urlp = "", $title="") $menu->add(DOL_URL_ROOT."/fourn/index.php", "Fournisseurs"); $menu->add("stats/", "Statistiques"); + if ($conf->propal->enabled) { $menu->add_submenu("popuprop.php", "Popularité"); if (defined("MAIN_MODULE_STOCK"))