diff --git a/htdocs/societe.class.php b/htdocs/societe.class.php
index fca839dd57a..465fc0b2d0b 100644
--- a/htdocs/societe.class.php
+++ b/htdocs/societe.class.php
@@ -209,7 +209,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;
@@ -227,6 +227,8 @@ class Societe {
$this->client = $obj->client;
$this->fournisseur = $obj->fournisseur;
+
+ $this->nom_url = ''.$obj->nom.'';
$this->rubrique = $obj->rubrique;