Ajout la ville du bureau

This commit is contained in:
Rodolphe Quiedeville 2004-04-13 14:13:32 +00:00
parent 84b7ee81fc
commit e68b619dfa

View File

@ -136,6 +136,10 @@ class Contact
$soc = new Societe($this->db);
$soc->fetch($this->socid);
$info["o"] = $soc->nom;
if ($soc->ville)
{
$info["l"] = $soc->ville;
}
}
$info["objectclass"][0] = "organizationalPerson";