bugfix
This commit is contained in:
parent
fd90ff7714
commit
32b915396a
@ -665,6 +665,7 @@ class Commande
|
|||||||
$this->ref = $obj->ref;
|
$this->ref = $obj->ref;
|
||||||
$this->ref_client = $obj->ref_client;
|
$this->ref_client = $obj->ref_client;
|
||||||
$this->soc_id = $obj->fk_soc;
|
$this->soc_id = $obj->fk_soc;
|
||||||
|
$this->socidp = $obj->fk_soc;
|
||||||
$this->statut = $obj->fk_statut;
|
$this->statut = $obj->fk_statut;
|
||||||
$this->user_author_id = $obj->fk_user_author;
|
$this->user_author_id = $obj->fk_user_author;
|
||||||
$this->total_ht = $obj->total_ht;
|
$this->total_ht = $obj->total_ht;
|
||||||
|
|||||||
@ -342,7 +342,7 @@ class Propal
|
|||||||
function fetch_client()
|
function fetch_client()
|
||||||
{
|
{
|
||||||
$client = new Societe($this->db);
|
$client = new Societe($this->db);
|
||||||
$client->fetch($this->socidp);
|
$client->fetch($this->id);
|
||||||
$this->client = $client;
|
$this->client = $client;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user