1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2025-02-14 02:20:46 +01:00

Fix import fe

This commit is contained in:
Pek5892 2024-04-23 17:26:29 +02:00
parent f4a85c583e
commit 143272993e

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),
]));