diff --git a/htdocs/commande/commande.class.php b/htdocs/commande/commande.class.php index 24f867d6b9b..0f0145a6f05 100644 --- a/htdocs/commande/commande.class.php +++ b/htdocs/commande/commande.class.php @@ -117,6 +117,7 @@ class Commande $this->mode_reglement_id = $propal->mode_reglement_id; $this->date_livraison = $propal->date_livraison; $this->adresse_livraison_id = $propal->adresse_livraison_id; + $this->contact_id = $propal->contactid; /* Définit la société comme un client */ $soc = new Societe($this->db);