Skip to content

Commit 4ad6c4c

Browse files
committed
ACP2E-2123: Issues with some pending crons that are not been executed
1 parent 96214ed commit 4ad6c4c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

InventoryCatalog/Plugin/CatalogInventory/UpdateSourceItemAtLegacyStockItemSavePlugin.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,6 @@ public function aroundSave(ItemResourceModel $subject, callable $proceed, Abstra
186186
*/
187187
private function shouldAlignDefaultSourceWithLegacy(Item $legacyStockItem): bool
188188
{
189-
return false;
190189
$productSku = $this->getSkusByProductIds
191190
->execute([$legacyStockItem->getProductId()])[$legacyStockItem->getProductId()];
192191

0 commit comments

Comments
 (0)