diff --git a/batch/enrichissement.php b/batch/enrichissement.php index 2934c371..a07483f3 100644 --- a/batch/enrichissement.php +++ b/batch/enrichissement.php @@ -508,6 +508,7 @@ foreach($tabIdentifiant as $item) $values = ${$item.'Data'}; } $retour = call_user_func($item.'Data', $siren, $nicV, $values); + print_r($retour); $tabData[$row] = $tabData[$row] + $retour; } }