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'];
|
$raisonSociale=$tabInfo['entrep']['raisonSociale'];
|
||||||
|
|
||||||
try {
|
try {
|
||||||
$O = $client->getRatios($siren);
|
$O = $client->getRatios($siren, 'bilan');
|
||||||
$bilansInfos = $O['result']['BilansInfos'];
|
$bilansInfos = $O['result']['BilansInfos'];
|
||||||
$ratiosInfos = $O['result']['RatiosInfos'];
|
$ratiosInfos = $O['result']['RatiosInfos'];
|
||||||
$ratiosEntrep = $O['result']['RatiosEntrep'];
|
$ratiosEntrep = $O['result']['RatiosEntrep'];
|
||||||
|
@ -18,7 +18,7 @@ $bilansInfos = array();
|
|||||||
$rationsEntrepEvol = array();
|
$rationsEntrepEvol = array();
|
||||||
|
|
||||||
try {
|
try {
|
||||||
$O = $client->getRatios($siren);
|
$O = $client->getRatios($siren, 'ratios');
|
||||||
$bilansInfos = $O['result']['BilansInfos'];
|
$bilansInfos = $O['result']['BilansInfos'];
|
||||||
$ratiosInfos = $O['result']['RatiosInfos'];
|
$ratiosInfos = $O['result']['RatiosInfos'];
|
||||||
$ratiosEntrep = $O['result']['RatiosEntrep'];
|
$ratiosEntrep = $O['result']['RatiosEntrep'];
|
||||||
|
@ -15,7 +15,7 @@ $bilansInfos = array();
|
|||||||
$rationsEntrepEvol = array();
|
$rationsEntrepEvol = array();
|
||||||
|
|
||||||
try {
|
try {
|
||||||
$O = $client->getRatios($siren);
|
$O = $client->getRatios($siren, 'synthese');
|
||||||
//$firephp->log((array)$O,'getRatios');
|
//$firephp->log((array)$O,'getRatios');
|
||||||
print '<!--';
|
print '<!--';
|
||||||
print_r($O['result']);
|
print_r($O['result']);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user