Skip to content

Commit 6ea86bb

Browse files
condition updated and removed else part as its not required.
1 parent 2138e68 commit 6ea86bb

File tree

1 file changed

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

1 file changed

+0
-2
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2088,8 +2088,6 @@ protected function _parseCustomOptions($rowData)
20882088
}
20892089
if (isset($rowData[Product::COL_STORE_VIEW_CODE])) {
20902090
$options[$name][$k][self::COLUMN_STORE] = $rowData[Product::COL_STORE_VIEW_CODE];
2091-
} else {
2092-
$options[$name][$k][self::COLUMN_STORE] = '';
20932091
}
20942092
$k++;
20952093
}

0 commit comments

Comments
 (0)