We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95679e3 commit b66ca9fCopy full SHA for b66ca9f
1 file changed
modules/articoli/src/Import/CSV.php
@@ -376,6 +376,7 @@ public function import($record, $update_record = true, $add_record = true)
376
// Creazione o aggiornamento dell'articolo
377
if (empty($articolo)) {
378
$articolo = Articolo::build($record['codice'], $categoria, $sottocategoria);
379
+ $articolo->name = $record['descrizione'];
380
if (!empty($record['descrizione'])) {
381
$articolo->setTranslation('title', $record['descrizione']);
382
}
0 commit comments