From 2987656858c3ec5b2284b18c62e71cc35859dadf Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Mon, 24 Apr 2006 16:00:18 +0000 Subject: [PATCH] =?UTF-8?q?r=E9cup=E9ration=20de=20l'adresse=20de=20livrai?= =?UTF-8?q?son=20de=20la=20propale=20vers=20la=20commande?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/commande/commande.class.php | 1 + 1 file changed, 1 insertion(+) diff --git a/htdocs/commande/commande.class.php b/htdocs/commande/commande.class.php index d797f985008..95d309fcaae 100644 --- a/htdocs/commande/commande.class.php +++ b/htdocs/commande/commande.class.php @@ -114,6 +114,7 @@ class Commande $this->cond_reglement_id = $propal->cond_reglement_id; $this->mode_reglement_id = $propal->mode_reglement_id; $this->date_livraison = $propal->date_livraison; + $this->adresse_livraison_id = $propal->adresse_livraison_id; /* Définit la société comme un client */ $soc = new Societe($this->db);