Remove warning

This commit is contained in:
Michael RICOIS 2015-06-01 08:20:43 +00:00
parent c419d0d045
commit 1f59a0929f

View File

@ -219,11 +219,13 @@ class Entreprise extends Scores_Ws_Server
$identite->Bilan->CAestime = $entrep['bilanFLestime'];
$identite->Bilan->Resultat = prepareString($entrep['bilanHN']);
$identite->Bilan->Effectif = $entrep['bilanYP'];
if (count($bourse) > 0 ) {
$identite->Bourse->placeCotation = $bourse['placeCotation'];
$identite->Bourse->nombreTitres = $bourse['nombreTitres'];
$identite->Bourse->capitalisation = $bourse['close']*$bourse['nombreTitres'];
$identite->Bourse->derCoursDate = $bourse['date']; //@todo : date
$identite->Bourse->derCoursCloture = $bourse['close']; //@todo : date
}
$tabAutreSiren = array();
if (isset($entrep['AutreSiren'])) {