Correction récupération du nom du fichier

This commit is contained in:
Michael RICOIS 2012-04-30 11:50:17 +00:00
parent ba761881d0
commit 47d7ba32e4

View File

@ -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');