From 15e186bed85b719bc230fb64819ff4111fa339d0 Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Fri, 26 May 2006 17:31:24 +0000 Subject: [PATCH] =?UTF-8?q?Fix:=20le=20projet=20n'=E9tait=20pas=20r=E9cup?= =?UTF-8?q?=E9r=E9=20dabs=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 7b336d35692..8bb222ddcef 100644 --- a/htdocs/commande/commande.class.php +++ b/htdocs/commande/commande.class.php @@ -109,6 +109,7 @@ class Commande } $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;