Skip to content

Commit 8ae859b

Browse files
committed
AC-7039:: Customer Import: update to disable_auto_group_change ignored
1 parent ac1b242 commit 8ae859b

File tree

1 file changed

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

1 file changed

+0
-2
lines changed

app/code/Magento/CustomerImportExport/Model/Import/Customer.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,6 @@ protected function _prepareDataForUpdate(array $rowData)
414414
} else {
415415
$createdAt = (new \DateTime())->setTimestamp(strtotime($rowData['created_at']));
416416
}
417-
418417
$emailInLowercase = strtolower(trim($rowData[self::COLUMN_EMAIL]));
419418
$newCustomer = false;
420419
$entityId = $this->_getCustomerId($emailInLowercase, $rowData[self::COLUMN_WEBSITE]);
@@ -449,7 +448,6 @@ protected function _prepareDataForUpdate(array $rowData)
449448
$value = (new \DateTime())->setTimestamp(strtotime($value));
450449
$value = $value->format(\Magento\Framework\Stdlib\DateTime::DATETIME_PHP_FORMAT);
451450
}
452-
453451
if (!$this->_attributes[$attributeCode]['is_static']) {
454452
/** @var $attribute \Magento\Customer\Model\Attribute */
455453
$attribute = $this->_customerModel->getAttribute($attributeCode);

0 commit comments

Comments
 (0)