From 8521f545f46fa04f17e4acb1cdffaf12d5e9b541 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Fri, 23 Jun 2006 19:45:55 +0000 Subject: [PATCH] Qual: Mise en facteur des methodes fetch_client et fetch_projet --- htdocs/commonobject.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/commonobject.class.php b/htdocs/commonobject.class.php index da8b5e682e4..03453205c94 100644 --- a/htdocs/commonobject.class.php +++ b/htdocs/commonobject.class.php @@ -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; }