mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-01-25 18:23:21 +01:00
bugfix
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user