diff --git a/htdocs/contact.class.php b/htdocs/contact.class.php index 05b10c5b1d6..9120d2ff87f 100644 --- a/htdocs/contact.class.php +++ b/htdocs/contact.class.php @@ -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";