Skip to content

Commit

Permalink
Updated code to get Entity count for product import
Browse files Browse the repository at this point in the history
  • Loading branch information
jaimin-ktpl committed Dec 22, 2018
1 parent 6b9aa47 commit 939b665
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -438,7 +438,7 @@ protected function _saveValidatedBunches()
$source->next();
}
}
$this->_processedEntitiesCount = count($skuSet);
$this->_processedEntitiesCount = (count($skuSet)) ? : $this->_processedRowsCount;

return $this;
}
Expand Down

0 comments on commit 939b665

Please sign in to comment.