Skip to content

Commit 09902ec

Browse files
MC-31594: Duplicate SKU in the backend while importing products via CSV
1 parent 6681cb2 commit 09902ec

File tree

1 file changed

+2
-0
lines changed
  • app/code/Magento/CatalogImportExport/Model/Import/Product

1 file changed

+2
-0
lines changed

app/code/Magento/CatalogImportExport/Model/Import/Product/Validator.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -365,5 +365,7 @@ public function init($context)
365365
foreach ($this->validators as $validator) {
366366
$validator->init($context);
367367
}
368+
369+
return $this;
368370
}
369371
}

0 commit comments

Comments
 (0)