Modif valeur de nom_url

This commit is contained in:
Rodolphe Quiedeville
2004-02-08 14:01:44 +00:00
parent 939006c52e
commit 4aa4241553

View File

@@ -209,7 +209,7 @@ class Societe {
$this->ville = stripslashes($obj->ville);
$this->url = $obj->url;
$this->nom_url = '<a href="'.DOL_URL_ROOT.'/comm/fiche.php?socid='.$this->id.'">'.$obj->nom.'</a>';
$this->tel = $obj->tel;
$this->fax = $obj->fax;
@@ -227,6 +227,8 @@ class Societe {
$this->client = $obj->client;
$this->fournisseur = $obj->fournisseur;
$this->nom_url = '<a href="'.DOL_URL_ROOT.'/soc.php?socid='.$this->id.'">'.$obj->nom.'</a>';
$this->rubrique = $obj->rubrique;