From c09803536dc09f8560a36b317c484c765a4c768e Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Fri, 26 May 2006 18:07:26 +0000 Subject: [PATCH] =?UTF-8?q?bugfix=20:=20reste=20un=20probl=E8me,=20la=20da?= =?UTF-8?q?te=20de=20livraison=20n'est=20toujours=20pas=20r=E9cup=E9r=E9e?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/commande/commande.class.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/htdocs/commande/commande.class.php b/htdocs/commande/commande.class.php index 8bb222ddcef..ac8565a890b 100644 --- a/htdocs/commande/commande.class.php +++ b/htdocs/commande/commande.class.php @@ -108,11 +108,11 @@ class Commande $this->lines[$i] = $CommLigne; } - $this->soc_id = $propal->soc_id; - $this->projetid = $propal->projetidp; - $this->cond_reglement_id = $propal->cond_reglement_id; - $this->mode_reglement_id = $propal->mode_reglement_id; - $this->date_livraison = $propal->date_livraison; + $this->soc_id = $propal->soc_id; + $this->projetid = $propal->projetidp; + $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 */