This commit is contained in:
Regis Houssin 2006-05-09 19:10:23 +00:00
parent 32b915396a
commit 000f38a762

View File

@ -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;
}