Skip to content

Commit

Permalink
ENGCOM-5992: Fixed #24722: Advanced price export file is empty #24831
Browse files Browse the repository at this point in the history
 - Merge Pull Request #24831 from maheshWebkul721/magento2:fixed-24722
 - Merged commits:
   1. 0c102bb
  • Loading branch information
magento-engcom-team committed Oct 3, 2019
2 parents 419fbf3 + 0c102bb commit 238ba37
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,7 @@ public function export()
if ($entityCollection->count() == 0) {
break;
}
$entityCollection->clear();
$exportData = $this->getExportData();
foreach ($exportData as $dataRow) {
$writer->writeRow($dataRow);
Expand Down

0 comments on commit 238ba37

Please sign in to comment.