bugfix
This commit is contained in:
parent
32b915396a
commit
000f38a762
@ -342,7 +342,7 @@ class Propal
|
||||
function fetch_client()
|
||||
{
|
||||
$client = new Societe($this->db);
|
||||
$client->fetch($this->id);
|
||||
$client->fetch($this->socidp);
|
||||
$this->client = $client;
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user