Correction erreur ratio r62 remplacé par r63

This commit is contained in:
Michael RICOIS 2009-09-29 13:00:22 +00:00
parent 1979ffd38b
commit 97b67b1c14

View File

@ -43,6 +43,7 @@ print theme_block($page_annonces);
<h1 class="titre">SYNTH&Egrave;SE</h1>
<?php
$synthese = scoresws_synthese($siret, $siren, $idEntreprise);
$ratiosEntrep = $synthese['ratiosEntrep'];
$ratiosInfos = $synthese['ratiosInfos'];
$bilansInfos = $synthese['bilansInfos'];
@ -63,7 +64,7 @@ $tabRatio = array(
'r22' => array('evol'=>'r23', 'op' => 1000, 'titre'=>'TOTAL BILAN'),
'r231' => array('evol'=>'r235', 'op' => 1000, 'titre'=>'FONDS DE ROULEMENT'),
'r232' => array('evol'=>'r236', 'op' => 1000, 'titre'=>'BESOIN EN FONDS DE ROULEMENT'),
'r62' => array('evol'=>'r64', 'op' => 1000, 'titre'=>'TRESORERIE'),
'r63' => array('evol'=>'r64', 'op' => 1000, 'titre'=>'TRESORERIE'),
'r24' => array('evol'=>'r24', 'op' => 1, 'titre'=>'EFFECTIF', 'unite' => 1),
);
@ -128,6 +129,7 @@ if(count($tabRatio)==1){ ?>
<br/><br/>
<?php
}
//Fin Synthèse
//Bilans
$bilans = scoresws_bilans($siret, $siren, $idEntreprise);
@ -155,7 +157,6 @@ foreach($page as $key => $element)
//Indiscores
$indiscore = scoresws_indiscore($siret, $siren, $idEntreprise);
$page = block_indiscore($indiscore);
$firephp->log($page, 'page');
foreach($page as $key => $element)
{
if($key == 'titre'){ print '<h1 class="titre">'.$element.'</h1>'; }
@ -164,7 +165,5 @@ foreach($page as $key => $element)
?>
</div>
<?php