Skip to content

Commit 939b665

Browse files
committed
Updated code to get Entity count for product import
1 parent 6b9aa47 commit 939b665

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/ImportExport/Model/Import/Entity/AbstractEntity.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -438,7 +438,7 @@ protected function _saveValidatedBunches()
438438
$source->next();
439439
}
440440
}
441-
$this->_processedEntitiesCount = count($skuSet);
441+
$this->_processedEntitiesCount = (count($skuSet)) ? : $this->_processedRowsCount;
442442

443443
return $this;
444444
}

0 commit comments

Comments
 (0)