diff --git a/htdocs/propal.class.php b/htdocs/propal.class.php index 7c0677364f9..b9343d4f897 100644 --- a/htdocs/propal.class.php +++ b/htdocs/propal.class.php @@ -359,6 +359,19 @@ class Propal $this->adresse = $adresse; } + /** + * + * + */ + + function fetch_contact_propal($id) + { + $idcontact = $id; + $contact = new Contact($this->db); + $contact->fetch($idcontact); + $this->contact = $contact; + } + /**