Skip to content

Commit 9158080

Browse files
author
Novykov Ivan
committed
MDVA-245: Problems when importing product data with store_view_code
1 parent 2c76969 commit 9158080

File tree

1 file changed

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

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1168,7 +1168,6 @@ protected function _saveProductAttributes(array $attributesData)
11681168
{
11691169
foreach ($attributesData as $tableName => $skuData) {
11701170
$tableData = [];
1171-
$where = [];
11721171
foreach ($skuData as $sku => $attributes) {
11731172
$productId = $this->skuProcessor->getNewSku($sku)['entity_id'];
11741173

0 commit comments

Comments
 (0)