From c78fdd2c92e748fb45333b976d82e79048071915 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Tue, 9 Mar 2004 10:39:49 +0000 Subject: [PATCH] Ajout lien vers sl --- htdocs/comm/prospect/fiche.php | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/htdocs/comm/prospect/fiche.php b/htdocs/comm/prospect/fiche.php index 8d9403f264c..5af4a58fb44 100644 --- a/htdocs/comm/prospect/fiche.php +++ b/htdocs/comm/prospect/fiche.php @@ -76,8 +76,15 @@ if ($socid > 0) $h = 1; $head[$h][0] = DOL_URL_ROOT.'/comm/prospect/fiche.php?id='.$societe->id; - $head[$h][1] = 'Fiche prospect'; + $head[$h][1] = 'Prospect'; $h++; + + if (file_exists(DOL_DOCUMENT_ROOT.'/sl/')) + { + $head[$h][0] = DOL_URL_ROOT.'/sl/fiche.php?id='.$societe->id; + $head[$h][1] = 'Fiche catalogue'; + $h++; + } if ($soc->fournisseur) {