Fix: Lien des boites fournisseurs sur fiche fournisseur et non client

This commit is contained in:
Laurent Destailleur 2005-12-16 23:52:36 +00:00
parent 8dfd0b0fa0
commit 9259550f6f

View File

@ -17,7 +17,6 @@
* *
* $Id$ * $Id$
* $Source$ * $Source$
*
*/ */
/** /**
@ -87,7 +86,7 @@ class box_fournisseurs extends ModeleBoxes {
$this->info_box_contents[$i][0] = array('align' => 'left', $this->info_box_contents[$i][0] = array('align' => 'left',
'logo' => $this->boximg, 'logo' => $this->boximg,
'text' => $objp->nom, 'text' => $objp->nom,
'url' => DOL_URL_ROOT."/comm/fiche.php?socid=".$objp->idp); 'url' => DOL_URL_ROOT."/fourn/fiche.php?socid=".$objp->idp);
$i++; $i++;
} }