diff --git a/htdocs/propal.class.php b/htdocs/propal.class.php index 02939442875..83b4811884e 100644 --- a/htdocs/propal.class.php +++ b/htdocs/propal.class.php @@ -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; }