Skip to content

Commit cfa81dc

Browse files
author
Dmitry Kologrivov
committed
MAGNIMEX-151: change variable
1 parent 79b2e5b commit cfa81dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/AdvancedPricingImportExport/Model/Import/AdvancedPricing.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,8 +296,8 @@ protected function saveAndReplaceAdvancedPrices()
296296
$behavior = $this->getBehavior();
297297
if (\Magento\ImportExport\Model\Import::BEHAVIOR_REPLACE == $behavior) {
298298
$this->_cachedSkuToDelete = null;
299-
$listSku = [];
300299
}
300+
$listSku = [];
301301
while ($bunch = $this->_dataSourceModel->getNextBunch()) {
302302
$tierPrices = [];
303303
$groupPrices = [];

0 commit comments

Comments
 (0)