Ajout la ville du bureau
This commit is contained in:
parent
84b7ee81fc
commit
e68b619dfa
@ -136,6 +136,10 @@ class Contact
|
|||||||
$soc = new Societe($this->db);
|
$soc = new Societe($this->db);
|
||||||
$soc->fetch($this->socid);
|
$soc->fetch($this->socid);
|
||||||
$info["o"] = $soc->nom;
|
$info["o"] = $soc->nom;
|
||||||
|
if ($soc->ville)
|
||||||
|
{
|
||||||
|
$info["l"] = $soc->ville;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
$info["objectclass"][0] = "organizationalPerson";
|
$info["objectclass"][0] = "organizationalPerson";
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user