From 47d7ba32e49db2236832a8451b2ab7cfcd0c7f05 Mon Sep 17 00:00:00 2001 From: Michael RICOIS Date: Mon, 30 Apr 2012 11:50:17 +0000 Subject: [PATCH] =?UTF-8?q?Correction=20r=C3=A9cup=C3=A9ration=20du=20nom?= =?UTF-8?q?=20du=20fichier?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- batch/enrichissement.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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');