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 f8565d4 commit d178a55Copy full SHA for d178a55
app/code/Magento/CatalogImportExport/Model/Export/Product.php
@@ -725,7 +725,7 @@ public function _getHeaderColumns()
725
protected function setHeaderColumns($customOptionsData, $stockItemRows)
726
{
727
$exportAttributes = count($this->_parameters["skip_attr"]) ?
728
- $this->_getExportAttrCodes() :
+ array_intersect($this->_getExportMainAttrCodes(), $this->_getExportAttrCodes()) :
729
$this->_getExportMainAttrCodes();
730
731
if (!$this->_headerColumns) {
0 commit comments