Simplification
This commit is contained in:
parent
13a7c84382
commit
0454d24f2b
@ -1855,6 +1855,7 @@ function actionnairesMultiple($siren, $nic)
|
||||
function participationsEntete()
|
||||
{
|
||||
return array(
|
||||
'ParId',
|
||||
'ParSiren',
|
||||
'ParActif',
|
||||
'ParPDetention',
|
||||
@ -1893,6 +1894,7 @@ function participationsMultiple($siren, $nic)
|
||||
if (count($result)>0) {
|
||||
foreach($result as $item) {
|
||||
$formatElement = array();
|
||||
$formatElement['ParId'] = $item->id;
|
||||
$formatElement['ParSiren'] = $item->siren;
|
||||
$formatElement['ParActif'] = $item->actif;
|
||||
$formatElement['ParPDetention'] = $item->PDetention;
|
||||
@ -1939,42 +1941,7 @@ function participationsMultiple($siren, $nic)
|
||||
|
||||
return $tabData;
|
||||
}
|
||||
|
||||
// participations foreign
|
||||
function participationsfEntete()
|
||||
{
|
||||
return array(
|
||||
'ParId',
|
||||
'ParSiren',
|
||||
'ParActif',
|
||||
'ParPDetention',
|
||||
'ParPVote',
|
||||
'ParType',
|
||||
'ParRS',
|
||||
'ParPP',
|
||||
'ParPPDateNaiss',
|
||||
'ParPPLieuNaiss',
|
||||
'ParPPNat',
|
||||
'ParAdresseNum',
|
||||
'ParAdresseBTQ',
|
||||
'ParAdresseCodeVoie',
|
||||
'ParAdresseLibVoie',
|
||||
'ParAdresseCompl',
|
||||
'ParAdresseCP',
|
||||
'ParAdresseVille',
|
||||
'ParAdressePays',
|
||||
'ParIdLoc1Type',
|
||||
'ParIdLoc1Num',
|
||||
'ParIdLoc2Type',
|
||||
'ParIdLoc2Num',
|
||||
'ParIdLoc3Type',
|
||||
'ParIdLoc3Num',
|
||||
'ParDateEffetLien',
|
||||
'ParDate'
|
||||
);
|
||||
}
|
||||
|
||||
function participationsfMultiple($id, $values = false)
|
||||
function participationsMultipleById($id, $values = false)
|
||||
{
|
||||
$liensM = new Metier_Liens_Base();
|
||||
$liensM->setId($id);
|
||||
|
Loading…
Reference in New Issue
Block a user