Correction affichage des conclusions de l'indiscore
This commit is contained in:
parent
bca30cc63a
commit
1bf0b02df5
@ -120,16 +120,16 @@ function info_evaluationconclusion($info)
|
||||
{
|
||||
if(count($info)>0) foreach($info as $key => $v) { ${$key} = $v; }
|
||||
$html.= 'Compte tenu des informations disponibles auprès des sources officielles Scores et Décisions présente la conclusion suivante :<br/>'."\n";
|
||||
$html.= '<h3>LE SCORE EST DE '.$etab['Indiscore'].' SUR 100 POINTS</h3>'."\n";
|
||||
$html.= '<h3>LE SCORE EST DE '.$Indiscore.' SUR 100 POINTS</h3>'."\n";
|
||||
|
||||
if($etab['infoEncours']!='' && !is_numeric($etab['encours']) && $etab['encours']=='N/A'){
|
||||
$html.='<h3>'.$etab['infoEncours'].'</h3>';
|
||||
if($infoEncours!='' && !is_numeric($encours) && $encours=='N/A'){
|
||||
$html.='<h3>'.$infoEncours.'</h3>';
|
||||
}else{
|
||||
if ($etab['Indiscore']!=0) {
|
||||
if ($Indiscore!=0) {
|
||||
$html.= '<i>La tendance de la note est '.$etab['TendanceIndiscore'].'</i>'."\n";
|
||||
$html.= '<h3>L\'ENCOURS MAXIMUM CONSEILLÉ EST DE '.round($etab['encours']/1000).' K€</h3>'."\n";
|
||||
$html.= '<h3>L\'ENCOURS MAXIMUM CONSEILLÉ EST DE '.round($encours/1000).' K€</h3>'."\n";
|
||||
}
|
||||
$html.= '<h3>'.$etab['infoEncours'].'</h3>'."\n";
|
||||
$html.= '<h3>'.$infoEncours.'</h3>'."\n";
|
||||
}
|
||||
return $html;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user