ajout parametre nom_url
This commit is contained in:
parent
9a4ffd04ee
commit
058c89fbb7
@ -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;
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user