Skip to content
Snippets Groups Projects
Commit c1c44ce9 authored by Charles Benke's avatar Charles Benke Committed by GitHub
Browse files

Update bonprelevement.class.php

parent 457a48c9
No related branches found
No related tags found
No related merge requests found
......@@ -920,7 +920,7 @@ class BonPrelevement extends CommonObject
$dir=$conf->prelevement->dir_output.'/receipts';
if (! is_dir($dir)) dol_mkdir($dir);
$this->filename = $dir.$ref.'.xml';
$this->filename = $dir.'/'.$ref.'.xml';
// Create withdraw receipt in database
$sql = "INSERT INTO ".MAIN_DB_PREFIX."prelevement_bons (";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment