From 4597f262c9af6121e6cf476c49c52fe71ff2af17 Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Thu, 8 Jun 2006 15:53:39 +0000 Subject: [PATCH] =?UTF-8?q?r=E9cup=E9ration=20de=20l'id=20du=20contact?= 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 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);