Fix minore
This commit is contained in:
parent
fc25f24713
commit
7d928242cb
|
@ -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();
|
||||
|
||||
|
|
Loading…
Reference in New Issue