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 5a4585b commit 18cdf9aCopy full SHA for 18cdf9a
app/code/Magento/CatalogImportExport/Model/Export/Product.php
@@ -922,7 +922,7 @@ protected function collectRawData()
922
}
923
$fieldName = isset($this->_fieldsMap[$code]) ? $this->_fieldsMap[$code] : $code;
924
925
- if ($this->_attributeTypes[$code] === Table::TYPE_DATETIME) {
+ if ($this->_attributeTypes[$code] == 'datetime') {
926
if (in_array($code, $this->dateAttrCodes)
927
|| in_array($code, $this->userDefinedAttributes)
928
) {
0 commit comments