Debug
This commit is contained in:
parent
cf1c6383f4
commit
3ae5309c72
@ -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));
|
||||
|
||||
echo "coucou\n";
|
||||
/** 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
|
||||
**/
|
||||
@ -4354,7 +4353,8 @@ TOTAL : $dureeTot s\n";
|
||||
foreach ($tmp as $tmp2)
|
||||
$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
|
||||
// sendMail('production@scores-decisions.com', 'ylenaour@scores-decisions.com', "MInsee::getAnnonceProcol sur $siren (avant le SWITCH)", print_r($tabNoProcol, true));
|
||||
switch($tabNoProcol[current($tabJugements)]) {
|
||||
|
Loading…
Reference in New Issue
Block a user