Correction variable TendanceIndiscore
This commit is contained in:
parent
582c7e6823
commit
290abf4658
@ -52,7 +52,7 @@ function block_indiscore($wsresult)
|
||||
$page['blocks'][$i]['table'] = array();
|
||||
$lignes = array();
|
||||
$lignes[] = array( 'width'=>'30', 'content'=>' ' );
|
||||
$lignes[] = array( 'width'=>'550', 'content'=>info_evaluationconclusion( array('Indiscore'=>$etab['Indiscore'],'infoEncours'=>$etab['infoEncours'],'encours'=>$etab['encours']) ) );
|
||||
$lignes[] = array( 'width'=>'550', 'content'=>info_evaluationconclusion( array('Indiscore'=>$etab['Indiscore'],'infoEncours'=>$etab['infoEncours'],'encours'=>$etab['encours'], 'TendanceIndiscore'=>$etab['TendanceIndiscore']) ) );
|
||||
$page['blocks'][$i]['table']['row'][] = array( 'content'=>$lignes );
|
||||
|
||||
$lignes = array();
|
||||
@ -157,7 +157,7 @@ function info_evaluationconclusion($info)
|
||||
$html.='<h3>'.$infoEncours.'</h3>';
|
||||
}else{
|
||||
if ($Indiscore!=0) {
|
||||
$html.= '<i>La tendance de la note est '.$etab['TendanceIndiscore'].'</i>'."\n";
|
||||
$html.= '<i>La tendance de la note est '.$TendanceIndiscore.'</i>'."\n";
|
||||
$html.= '<h3>L\'ENCOURS MAXIMUM CONSEILLÉ EST DE '.round($encours/1000).' K€</h3>'."\n";
|
||||
}
|
||||
$html.= '<h3>'.$infoEncours.'</h3>'."\n";
|
||||
|
Loading…
Reference in New Issue
Block a user