Qual: Mise en facteur des methodes fetch_client et fetch_projet

This commit is contained in:
Laurent Destailleur 2006-06-23 19:45:55 +00:00
parent 8fabb7888a
commit 8521f545f4

View File

@ -339,7 +339,7 @@ class CommonObject
function fetch_client()
{
$client = new Societe($this->db);
$client->fetch($this->societe_id);
$client->fetch($this->socidp);
$this->client = $client;
}