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:
parent
f4a85c583e
commit
143272993e
@ -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),
|
||||
]));
|
||||
|
Loading…
x
Reference in New Issue
Block a user