Qual: Mise en facteur des methodes fetch_client et fetch_projet
This commit is contained in:
parent
8fabb7888a
commit
8521f545f4
@ -339,7 +339,7 @@ class CommonObject
|
|||||||
function fetch_client()
|
function fetch_client()
|
||||||
{
|
{
|
||||||
$client = new Societe($this->db);
|
$client = new Societe($this->db);
|
||||||
$client->fetch($this->societe_id);
|
$client->fetch($this->socidp);
|
||||||
$this->client = $client;
|
$this->client = $client;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user