Issue #0001698:
This commit is contained in:
parent
82ec3e1d53
commit
dace3b3282
@ -20,7 +20,7 @@
|
||||
<td width="350" class="StyleInfoData"><?=$this->isin?></td>
|
||||
</tr>
|
||||
<?php }?>
|
||||
<?php if (count($this->identification->item)>0) {?>
|
||||
<?php if (isset ($this->identification->item) && count($this->identification->item)>0) {?>
|
||||
<?php foreach ($this->identification->item as $id) {?>
|
||||
<tr>
|
||||
<td width="30"> </td>
|
||||
@ -241,7 +241,7 @@ Cette entreprise est une personne physique exerçant son activité en nom propre
|
||||
<table class="data">
|
||||
<?php foreach ($this->directions as $lien) {?>
|
||||
<tr>
|
||||
<td class="StyleInfoData" width="100" valign="top"><?=$lien->fonction?></td>
|
||||
<td class="StyleInfoData" width="100" valign="top"><strong><?=$lien->fonction?> de</strong></td>
|
||||
<td class="StyleInfoData" width="500">
|
||||
<b><?=$lien->nom?></b>
|
||||
<?php if ( $lien->dirNom!='' ) {?>
|
||||
|
Loading…
Reference in New Issue
Block a user