ajout parametre nom_url

This commit is contained in:
Rodolphe Quiedeville 2003-08-03 19:17:33 +00:00
parent 9a4ffd04ee
commit 058c89fbb7

View File

@ -152,6 +152,7 @@ class Societe {
$this->ville = stripslashes($obj->ville);
$this->url = $obj->url;
$this->nom_url = '<a href="'.DOL_URL_ROOT.'/comm/fiche.php3?socid='.$this->id.'">'.$obj->nom.'</a>';
$this->tel = $obj->tel;
$this->fax = $obj->fax;