récupération de l'adresse de livraison de la propale vers la commande
This commit is contained in:
parent
ed212460a3
commit
2987656858
@ -114,6 +114,7 @@ class Commande
|
|||||||
$this->cond_reglement_id = $propal->cond_reglement_id;
|
$this->cond_reglement_id = $propal->cond_reglement_id;
|
||||||
$this->mode_reglement_id = $propal->mode_reglement_id;
|
$this->mode_reglement_id = $propal->mode_reglement_id;
|
||||||
$this->date_livraison = $propal->date_livraison;
|
$this->date_livraison = $propal->date_livraison;
|
||||||
|
$this->adresse_livraison_id = $propal->adresse_livraison_id;
|
||||||
|
|
||||||
/* Définit la société comme un client */
|
/* Définit la société comme un client */
|
||||||
$soc = new Societe($this->db);
|
$soc = new Societe($this->db);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user