Ajout paramètres de la requête getIdentite pour suppression des informations extérieures.
This commit is contained in:
parent
b908bea6e1
commit
a7d2c11297
@ -30,7 +30,7 @@ if ($action!='' && $action!='logon') die('Param
|
||||
$annonces = scoresws_annonces($siret, $siren, $idEntreprise, $vue, $idan);
|
||||
|
||||
if ($siren != $_SESSION['tabInfo']['entrep']['siren']) {
|
||||
$O2 = $client->getIdentite($siret);
|
||||
$O2 = $client->getIdentite($siret, 0, false);
|
||||
$etab = $O2['result'];
|
||||
$tabEntrep = array();
|
||||
$tabEntrep['raisonSociale'] = $etab['Nom'];
|
||||
|
Loading…
Reference in New Issue
Block a user