Correction typo
This commit is contained in:
parent
6b8f25fb7b
commit
864c48f10e
@ -238,7 +238,7 @@ class IdentiteController extends Zend_Controller_Action
|
||||
'CessionOffreDate',
|
||||
'CessionInvenDate',
|
||||
'CessionDesc',
|
||||
}
|
||||
);
|
||||
$dBlock = array();
|
||||
foreach ($blocks as $item) {
|
||||
$display = array(
|
||||
|
@ -60,7 +60,7 @@ span.title { float:right; margin:0 10px; }
|
||||
<td class="StyleInfoLib" width="300">
|
||||
<?php
|
||||
echo $font1;
|
||||
echo $lien->RaisonSociale);
|
||||
echo $lien->RaisonSociale;
|
||||
echo $font2;
|
||||
?>
|
||||
</td>
|
||||
@ -337,7 +337,7 @@ $countTypesProcedure = 0;
|
||||
$annonceSelect = array();
|
||||
$annoncesSelect = $this->infosProcol->searchBlockAnnonces('1430');
|
||||
echo $this->infosProcol->dAnnonces($annonceSelect);
|
||||
$annonceSelect = searchBlockAnnonces('1430');
|
||||
$annonceSelect = $this->infosProcol->searchBlockAnnonces('1430');
|
||||
//Suspension de l'exécution provisoire
|
||||
$annonceSelect = array();
|
||||
$annoncesSelect = $this->infosProcol->searchBlockAnnonces('1435');
|
||||
@ -428,7 +428,6 @@ echo $this->partial('identite/fiche-item.phtml', $this->dBlock['CessionInvenDate
|
||||
echo $this->partial('identite/fiche-item.phtml', $this->dBlock['CessionDesc']);
|
||||
?>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
<?php
|
||||
//Tout autre événement entre 1000 & 1999 non encore affiché
|
||||
@ -438,6 +437,7 @@ $annoncesSelect = $this->infosProcol->searchBlockAnnonces('1000:1999');
|
||||
if(count($annonceSelect)>0) echo $this->infosProcol->dAnnonces($annonceSelect);
|
||||
else echo '<p class="libAnnonces">Néant</p>';
|
||||
?>
|
||||
</div>
|
||||
|
||||
<h2>Procédure d'insolvabilité européene</h2>
|
||||
<div class="paragraph">
|
||||
|
Loading…
x
Reference in New Issue
Block a user