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 79b2e5b commit cfa81dcCopy full SHA for cfa81dc
app/code/Magento/AdvancedPricingImportExport/Model/Import/AdvancedPricing.php
@@ -296,8 +296,8 @@ protected function saveAndReplaceAdvancedPrices()
296
$behavior = $this->getBehavior();
297
if (\Magento\ImportExport\Model\Import::BEHAVIOR_REPLACE == $behavior) {
298
$this->_cachedSkuToDelete = null;
299
- $listSku = [];
300
}
+ $listSku = [];
301
while ($bunch = $this->_dataSourceModel->getNextBunch()) {
302
$tierPrices = [];
303
$groupPrices = [];
0 commit comments