This commit is contained in:
Regis Houssin
2006-02-16 18:38:07 +00:00
parent e2fe91096c
commit 0880a1b62d
2 changed files with 6 additions and 14 deletions

View File

@@ -107,7 +107,10 @@ class Commande
}
$this->soc_id = $propal->soc_id;
$this->cond_reglement_id = $propal->cond_reglement_id;
$this->mode_reglement_id = $propal->mode_reglement_id;
/* D<>finit la soci<63>t<EFBFBD> comme un client */
$soc = new Societe($this->db);
$soc->id = $this->soc_id;