From e1c7781c8be821acb9f4d90c824d21b71c7b41be Mon Sep 17 00:00:00 2001 From: Pek5892 Date: Tue, 26 Mar 2024 18:43:55 +0100 Subject: [PATCH] Fix download fe --- plugins/exportFE/download.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/exportFE/download.php b/plugins/exportFE/download.php index d46057841..398df3117 100755 --- a/plugins/exportFE/download.php +++ b/plugins/exportFE/download.php @@ -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);