add translation
This commit is contained in:
parent
09079c4fbd
commit
581dec6ecb
@ -295,7 +295,7 @@ class doc_generic_bom_odt extends ModelePDFBom
|
|||||||
|
|
||||||
dol_mkdir($conf->bom->dir_temp);
|
dol_mkdir($conf->bom->dir_temp);
|
||||||
if (!is_writable($conf->bom->dir_temp)) {
|
if (!is_writable($conf->bom->dir_temp)) {
|
||||||
$this->error = "Failed to write in temp directory ".$conf->bom->dir_temp;
|
$this->error = $langs->transnoentities("ErrorFailedToWriteInTempDirectory", $conf->bom->dir_temp);
|
||||||
dol_syslog('Error in write_file: ' . $this->error, LOG_ERR);
|
dol_syslog('Error in write_file: ' . $this->error, LOG_ERR);
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user