From 9db6df88af22314b9c7c6dfa1505a6de3954fd93 Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Fri, 21 Apr 2006 13:15:46 +0000 Subject: [PATCH] bugfix --- htdocs/comm/adresse_livraison.class.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/htdocs/comm/adresse_livraison.class.php b/htdocs/comm/adresse_livraison.class.php index 991c598cb83..1bf172d409c 100644 --- a/htdocs/comm/adresse_livraison.class.php +++ b/htdocs/comm/adresse_livraison.class.php @@ -254,8 +254,10 @@ class Livraison $obj = $this->db->fetch_object($resqlsoc); $this->nom_societe = $obj->nom; - $this->socid = $obj->idp; - $this->id = $obj->idp; + $this->socid = $obj->idp; + $this->id = $obj->idp; + $this->client = $obj->client; + $this->fournisseur = $obj->fournisseur; if ($this->client == 1) {