Fix: le projet n'était pas récupéré dabs la commande

This commit is contained in:
Regis Houssin 2006-05-26 17:31:24 +00:00
parent 489be5ef26
commit 15e186bed8

View File

@ -109,6 +109,7 @@ class Commande
} }
$this->soc_id = $propal->soc_id; $this->soc_id = $propal->soc_id;
$this->projetid = $propal->projetidp;
$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;