Fix minore

This commit is contained in:
Pek5892 2024-02-15 15:09:43 +01:00
parent fc25f24713
commit 7d928242cb
1 changed files with 2 additions and 0 deletions

View File

@ -299,6 +299,7 @@ class CSV extends CSVImporter
'name' => $settore,
])['id'];
}
unset($record['id_settore']);
}
// Separazione dei campi relativi alla sede legale
@ -347,6 +348,7 @@ class CSV extends CSVImporter
$anagrafica->fill($record);
$anagrafica->tipologie = $tipologie;
$anagrafica->id_settore = $id_settore;
$anagrafica->tipo = $tipo;
$anagrafica->save();