forked from Wavyzz/dolibarr
bugfix : reste un problme, la date de livraison n'est toujours pas rcupre
This commit is contained in:
@@ -108,11 +108,11 @@ class Commande
|
||||
$this->lines[$i] = $CommLigne;
|
||||
}
|
||||
|
||||
$this->soc_id = $propal->soc_id;
|
||||
$this->projetid = $propal->projetidp;
|
||||
$this->cond_reglement_id = $propal->cond_reglement_id;
|
||||
$this->mode_reglement_id = $propal->mode_reglement_id;
|
||||
$this->date_livraison = $propal->date_livraison;
|
||||
$this->soc_id = $propal->soc_id;
|
||||
$this->projetid = $propal->projetidp;
|
||||
$this->cond_reglement_id = $propal->cond_reglement_id;
|
||||
$this->mode_reglement_id = $propal->mode_reglement_id;
|
||||
$this->date_livraison = $propal->date_livraison;
|
||||
$this->adresse_livraison_id = $propal->adresse_livraison_id;
|
||||
|
||||
/* D<>finit la soci<63>t<EFBFBD> comme un client */
|
||||
|
||||
Reference in New Issue
Block a user