Skip to content

Commit 5c410ea

Browse files
Chhandak.BaruaChhandak.Barua
authored andcommitted
ACP2E-748: Layered navigation filters don't work when show out of stock is enabled
1 parent d10e93b commit 5c410ea

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/code/Magento/CatalogInventory/Model/ResourceModel/StockStatusFilter.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@ public function execute(
6969
[]
7070
);
7171
$select->where("{$stockStatusTableAlias}.stock_status = ?", StockStatusInterface::STATUS_IN_STOCK);
72-
7372
return $select;
7473
}
7574
}

0 commit comments

Comments
 (0)