diff --git a/htdocs/societe.class.php3 b/htdocs/societe.class.php3 index d6939db59d9..a334ae51871 100644 --- a/htdocs/societe.class.php3 +++ b/htdocs/societe.class.php3 @@ -152,6 +152,7 @@ class Societe { $this->ville = stripslashes($obj->ville); $this->url = $obj->url; + $this->nom_url = ''.$obj->nom.''; $this->tel = $obj->tel; $this->fax = $obj->fax;