Bad folders name (repeat /receipts 2 times)
This commit is contained in:
parent
8b3136cb96
commit
457a48c9ac
@ -920,7 +920,7 @@ class BonPrelevement extends CommonObject
|
||||
$dir=$conf->prelevement->dir_output.'/receipts';
|
||||
if (! is_dir($dir)) dol_mkdir($dir);
|
||||
|
||||
$this->filename = $dir.'/receipts/'.$ref.'.xml';
|
||||
$this->filename = $dir.$ref.'.xml';
|
||||
|
||||
// Create withdraw receipt in database
|
||||
$sql = "INSERT INTO ".MAIN_DB_PREFIX."prelevement_bons (";
|
||||
|
||||
Loading…
Reference in New Issue
Block a user