1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2025-01-10 22:53:52 +01:00

Fix minore

This commit is contained in:
valentina 2024-06-24 12:17:32 +02:00
parent b2ba848a7f
commit 60c308d728

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);
}
/**