rcupration de l'id du contact

This commit is contained in:
Regis Houssin 2006-06-08 15:53:39 +00:00
parent 59657f90e9
commit 4597f262c9

View File

@ -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);