From 4aa42415533cefcdb2e1ab05e1fe22ea62fb58b2 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Sun, 8 Feb 2004 14:01:44 +0000 Subject: [PATCH] Modif valeur de nom_url --- htdocs/societe.class.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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;