Skip to content

Commit e4e2918

Browse files
committed
Merge remote-tracking branch 'falcon/MAGETWO-58516' into MAGETWO-59264
2 parents 596e727 + 18cdf9a commit e4e2918

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -922,7 +922,7 @@ protected function collectRawData()
922922
}
923923
$fieldName = isset($this->_fieldsMap[$code]) ? $this->_fieldsMap[$code] : $code;
924924

925-
if ($this->_attributeTypes[$code] === Table::TYPE_DATETIME) {
925+
if ($this->_attributeTypes[$code] == 'datetime') {
926926
if (in_array($code, $this->dateAttrCodes)
927927
|| in_array($code, $this->userDefinedAttributes)
928928
) {

0 commit comments

Comments
 (0)