Fix minore

This commit is contained in:
valentina 2024-06-24 12:17:32 +02:00
parent b2ba848a7f
commit 60c308d728
1 changed files with 1 additions and 1 deletions

View File

@ -535,7 +535,7 @@ class Fattura extends Document
{
$file = $this->getFatturaElettronica();
return !empty($this->progressivo_invio) && file_exists('files/fatture/'.$file->filename);
return !empty($this->progressivo_invio) && file_exists('files/'.$file->directory);
}
/**