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 8abf097 commit 487ae24Copy full SHA for 487ae24
app/code/Magento/CustomerImportExport/Model/Import/Customer.php
@@ -370,11 +370,6 @@ protected function _prepareDataForUpdate(array $rowData)
370
371
// attribute values
372
foreach (array_intersect_key($rowData, $this->_attributes) as $attributeCode => $value) {
373
- if ($newCustomer && !strlen($value)) {
374
- $entityRow[$attributeCode] = $value;
375
- continue;
376
- }
377
-
378
$attributeParameters = $this->_attributes[$attributeCode];
379
if ('select' == $attributeParameters['type']) {
380
$value = isset($attributeParameters['options'][strtolower($value)])
0 commit comments