Ajout du nom des pages dans la requête getRatio
This commit is contained in:
parent
690f4e560d
commit
43898d89b8
@ -13,7 +13,7 @@ $siren=substr($siret,0,9);
|
||||
$raisonSociale=$tabInfo['entrep']['raisonSociale'];
|
||||
|
||||
try {
|
||||
$O = $client->getRatios($siren);
|
||||
$O = $client->getRatios($siren, 'bilan');
|
||||
$bilansInfos = $O['result']['BilansInfos'];
|
||||
$ratiosInfos = $O['result']['RatiosInfos'];
|
||||
$ratiosEntrep = $O['result']['RatiosEntrep'];
|
||||
|
@ -18,7 +18,7 @@ $bilansInfos = array();
|
||||
$rationsEntrepEvol = array();
|
||||
|
||||
try {
|
||||
$O = $client->getRatios($siren);
|
||||
$O = $client->getRatios($siren, 'ratios');
|
||||
$bilansInfos = $O['result']['BilansInfos'];
|
||||
$ratiosInfos = $O['result']['RatiosInfos'];
|
||||
$ratiosEntrep = $O['result']['RatiosEntrep'];
|
||||
|
@ -15,7 +15,7 @@ $bilansInfos = array();
|
||||
$rationsEntrepEvol = array();
|
||||
|
||||
try {
|
||||
$O = $client->getRatios($siren);
|
||||
$O = $client->getRatios($siren, 'synthese');
|
||||
//$firephp->log((array)$O,'getRatios');
|
||||
print '<!--';
|
||||
print_r($O['result']);
|
||||
|
Loading…
Reference in New Issue
Block a user