issue #0001778 : Affichage des adresses étrangères
This commit is contained in:
parent
15038e6b8c
commit
ceba256786
@ -594,9 +594,11 @@ class IdentiteEntreprise
|
||||
if (!empty($this->identite->Adresse2)) {
|
||||
$data.= '<span>'.$this->identite->Adresse2.'</span>';
|
||||
}
|
||||
$data.= '<span>';
|
||||
if (intval($this->identite->CP)!=0) {
|
||||
$data.= '<span>'.$this->identite->CP.' '.$this->identite->Ville.'</span>';
|
||||
$data.= $this->identite->CP.' ';
|
||||
}
|
||||
$data.= $this->identite->Ville.'</span>';
|
||||
if ($this->identite->Pays!='' && strtoupper(substr($this->identite->Pays,0,3))!='FRA'){
|
||||
$data.= '<span>'.$this->identite->Pays.'</span>';
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user