Remove warning
This commit is contained in:
parent
c419d0d045
commit
1f59a0929f
@ -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'])) {
|
||||
|
Loading…
Reference in New Issue
Block a user