Update vcard.php
This commit is contained in:
parent
63ae623da8
commit
2dfdd98b5a
@ -107,7 +107,9 @@ if ($company->id) {
|
||||
}
|
||||
|
||||
// Si adherent lie a un tiers non de type "particulier"
|
||||
if ($adherent->typent_code != 'TE_PRIVATE') $v->setOrg($company->name);
|
||||
if ($company->typent_code != 'TE_PRIVATE') {
|
||||
$v->setOrg($company->name);
|
||||
}
|
||||
}
|
||||
|
||||
// Personal informations
|
||||
|
||||
Loading…
Reference in New Issue
Block a user