rcupration du contact d'une propale
This commit is contained in:
parent
8e10922f56
commit
1ab5824da7
@ -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;
|
||||
}
|
||||
|
||||
|
||||
|
||||
/**
|
||||
|
||||
Loading…
Reference in New Issue
Block a user