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;