From 2ee3a442b11bfeff63aeb529a71f7059f16e5c85 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Mon, 12 Jul 2004 14:25:38 +0000 Subject: [PATCH] Ajout lien vers les prospects --- htdocs/pre.inc.php | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/htdocs/pre.inc.php b/htdocs/pre.inc.php index ad8dc669592..9150ada4316 100644 --- a/htdocs/pre.inc.php +++ b/htdocs/pre.inc.php @@ -51,6 +51,7 @@ function llxHeader($head = "") { $menu->add(DOL_URL_ROOT."/comm/index.php", "Commercial"); $menu->add_submenu(DOL_URL_ROOT."/comm/clients.php", "Clients"); + $menu->add_submenu(DOL_URL_ROOT."/comm/prospect/prospects.php", "Prospects"); if ($user->rights->propale->lire) $menu->add_submenu(DOL_URL_ROOT."/comm/propal.php", "Prop. commerciales"); @@ -71,10 +72,10 @@ function llxHeader($head = "") { if ($conf->produit->enabled || $conf->service->enabled) { - $chaine=""; - if ($conf->produit->enabled) { $chaine.="Produits"; } - if ($conf->produit->enabled && $conf->service->enabled) { $chaine.="/"; } - if ($conf->service->enabled) { $chaine.="Services"; } + $chaine=""; + if ($conf->produit->enabled) { $chaine.="Produits"; } + if ($conf->produit->enabled && $conf->service->enabled) { $chaine.="/"; } + if ($conf->service->enabled) { $chaine.="Services"; } $menu->add(DOL_URL_ROOT."/product/index.php", "$chaine"); if ($conf->boutique->enabled)