fix : sale : numbering invoice

This commit is contained in:
sparkyx 2025-12-06 10:09:37 +01:00
parent eb8ce1c50b
commit bab42b7f7f
2 changed files with 6 additions and 3 deletions

View file

@ -189,7 +189,7 @@ class Document
chdir($dirname);
$filename=$row['md_filename'];
$filename=($p_filename == "")?$row['md_filename']:$p_filename;
$exp=$this->db->lo_export($row['md_lob'], $dirname.DIRECTORY_SEPARATOR.$filename);
if ($exp===false)
{