rcupration du contact d'une propale

This commit is contained in:
Regis Houssin 2006-05-09 17:49:12 +00:00
parent 8e10922f56
commit 1ab5824da7

View File

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