Fix download fe

This commit is contained in:
Pek5892 2024-03-26 18:43:55 +01:00
parent 5ecaf54c12
commit e1c7781c8b
1 changed files with 1 additions and 1 deletions

View File

@ -20,4 +20,4 @@
include_once __DIR__.'/init.php';
$file = $fattura->getFatturaElettronica();
download(base_dir().'/'.$file->filepath, $file->original_name);
download(base_dir().'/files/fatture/'.$file->filename, $file->original_name);