2
0
forked from Wavyzz/dolibarr

Fix: Delete all files (PROV* when validating.

This commit is contained in:
Laurent Destailleur
2012-08-07 14:24:54 +02:00
parent e47accd87b
commit 068c536741
5 changed files with 5 additions and 5 deletions

View File

@@ -280,7 +280,7 @@ class Commande extends CommonOrder
dol_syslog("Rename ok");
// Suppression ancien fichier PDF dans nouveau rep
dol_delete_file($conf->commande->dir_output.'/'.$snum.'/'.$comref.'.*');
dol_delete_file($conf->commande->dir_output.'/'.$snum.'/'.$comref.'*.*');
}
}
}