diff --git a/batch/enrichissement.php b/batch/enrichissement.php index a989f48d..200819a4 100644 --- a/batch/enrichissement.php +++ b/batch/enrichissement.php @@ -458,12 +458,13 @@ $row = 0; //Vérification et création des données foreach($tabIdentifiant as $item) { - if ( $opts->reprise && $row <= $rowReprise ) { + echo "Ligne ".($row+1)."\n"; + + if ( $opts->reprise && $row < $rowReprise ) { + $row++; continue; } - echo "Ligne ".($row+1)."\n"; - $siretValide = false; $sirenValide = false;