From b35a68b4cb84bc03e604fdf219061c6579873f8d Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Thu, 1 Apr 2004 23:07:09 +0000 Subject: [PATCH] =?UTF-8?q?Correction=20bu=20soc->id=20=E0=20remplacer=20p?= =?UTF-8?q?ar=20societe->id?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/comm/prospect/fiche.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/comm/prospect/fiche.php b/htdocs/comm/prospect/fiche.php index e6667fb0424..b23e3895bca 100644 --- a/htdocs/comm/prospect/fiche.php +++ b/htdocs/comm/prospect/fiche.php @@ -86,7 +86,7 @@ if ($socid > 0) $h++; } - if ($soc->fournisseur) + if ($societe->fournisseur) { $head[$h][0] = DOL_URL_ROOT.'/fourn/fiche.php?socid='.$societe->id; $head[$h][1] = 'Fiche fournisseur'; @@ -102,7 +102,7 @@ if ($socid > 0) $h++; } - $head[$h][0] = DOL_URL_ROOT.'/societe/notify/fiche.php?socid='.$soc->id; + $head[$h][0] = DOL_URL_ROOT.'/societe/notify/fiche.php?socid='.$societe->id; $head[$h][1] = 'Notifications'; dolibarr_fiche_head($head, 1);