This commit is contained in:
Aram HARUTYUNYAN 2013-09-09 05:48:33 +00:00
parent 82ec3e1d53
commit dace3b3282

View File

@ -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">&nbsp;</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?>&nbsp;de</strong></td>
<td class="StyleInfoData" width="500">
<b><?=$lien->nom?></b>
<?php if ( $lien->dirNom!='' ) {?>