missing trad and fix language

This commit is contained in:
Grand Philippe
2013-11-02 17:50:24 +01:00
parent e8a80e2365
commit c5f29e14a4
15 changed files with 30 additions and 30 deletions

View File

@@ -266,7 +266,7 @@ class Commande extends CommonOrder
if (preg_match('/^[\(]?PROV/i', $this->ref))
{
// On renomme repertoire ($this->ref = ancienne ref, $numfa = nouvelle ref)
// afin de ne pas perdre les fichiers attaches
// in order not to lose the attachments
$comref = dol_sanitizeFileName($this->ref);
$snum = dol_sanitizeFileName($num);
$dirsource = $conf->commande->dir_output.'/'.$comref;