This commit is contained in:
Michael RICOIS 2013-01-29 16:50:23 +00:00
parent cf1c6383f4
commit 3ae5309c72

View File

@ -4320,7 +4320,6 @@ TOTAL : $dureeTot s\n";
// } // }
// @sendMail('production@scores-decisions.com', 'ylenaour@scores-decisions.com', "MInsee::getAnnonceProcol Debug apMerge sur $siren", print_r($tabRet,true)); // @sendMail('production@scores-decisions.com', 'ylenaour@scores-decisions.com', "MInsee::getAnnonceProcol Debug apMerge sur $siren", print_r($tabRet,true));
echo "coucou\n";
/** On vérifie si la société n'est pas in bonis pour les raisons suivantes : /** On vérifie si la société n'est pas in bonis pour les raisons suivantes :
** 1502 : Clôture de la procédure pour extinction du passif ** 1502 : Clôture de la procédure pour extinction du passif
**/ **/
@ -4354,7 +4353,8 @@ TOTAL : $dureeTot s\n";
foreach ($tmp as $tmp2) foreach ($tmp as $tmp2)
$tabNoProcol[$tmp2['codEven']]=$tmp2['affProcol']; $tabNoProcol[$tmp2['codEven']]=$tmp2['affProcol'];
if (@array_key_exists(current($tabJugements), $tabNoProcol)) { echo "coucou\n";
if (array_key_exists(current($tabJugements), $tabNoProcol)) {
// Ce code jugement Procol n'appel pas forcément l'indicateur : SituationJuridique=P // Ce code jugement Procol n'appel pas forcément l'indicateur : SituationJuridique=P
// sendMail('production@scores-decisions.com', 'ylenaour@scores-decisions.com', "MInsee::getAnnonceProcol sur $siren (avant le SWITCH)", print_r($tabNoProcol, true)); // sendMail('production@scores-decisions.com', 'ylenaour@scores-decisions.com', "MInsee::getAnnonceProcol sur $siren (avant le SWITCH)", print_r($tabNoProcol, true));
switch($tabNoProcol[current($tabJugements)]) { switch($tabNoProcol[current($tabJugements)]) {