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:
parent
b2ba848a7f
commit
60c308d728
@ -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);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user