Skip to content

Commit

Permalink
Update bonprelevement.class.php
Browse files Browse the repository at this point in the history
  • Loading branch information
defrance authored and eldy committed Aug 1, 2016
1 parent b3cdb1f commit 9a0494b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/compta/prelevement/class/bonprelevement.class.php
Expand Up @@ -919,7 +919,7 @@ function Create($banque=0, $agence=0, $mode='real')
$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 (";
Expand Down

0 comments on commit 9a0494b

Please sign in to comment.