From 000f38a7626f04763bd56532dd6beaf60ce1308b Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Tue, 9 May 2006 19:10:23 +0000 Subject: [PATCH] bugfix --- htdocs/propal.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }