Fix import fe

This commit is contained in:
Pek5892 2024-04-23 17:26:29 +02:00
parent f4a85c583e
commit 143272993e
1 changed files with 1 additions and 1 deletions

View File

@ -196,7 +196,7 @@ class FatturaElettronica
}
// Registrazione XML come allegato
\Uploads::upload($this->file, array_merge($info, [
\Uploads::upload(file_get_contents($this->file), array_merge($info, [
'name' => tr('Fattura Elettronica'),
'original_name' => basename($this->file),
]));