mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-02-17 03:51:06 +01:00
Corretto caricamento moduli per import CSV
This commit is contained in:
parent
b89d9424ba
commit
6b677920d7
@ -35,7 +35,7 @@ class Import
|
||||
'id_record' => $module['id'],
|
||||
]);
|
||||
|
||||
$results[$module['id']] = array_merge($module, [
|
||||
$results[$module['id']] = array_merge($module->toArray(), [
|
||||
'import' => file_exists($custom_file) ? $custom_file : $original_file,
|
||||
'files' => $files,
|
||||
]);
|
||||
|
Loading…
x
Reference in New Issue
Block a user