diff --git a/batch/enrichissement.php b/batch/enrichissement.php index 9e27da7c..babd514d 100644 --- a/batch/enrichissement.php +++ b/batch/enrichissement.php @@ -426,7 +426,7 @@ if (count($tabEntete)>0){ //Définition du fichier de sortie if ( $opts->reprise ) { - $outFile = $path->data.'/export/'.$commandesM->fichierOut; + $outFile = $path->data.'/export/'.$commande->fichierOut; $rowReprise = 0; $handleR = fopen($inFile, 'r');