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 293cd41 commit 6c8aa11Copy full SHA for 6c8aa11
app/code/Magento/Reports/Block/Adminhtml/Product/Lowstock/Grid.php
@@ -68,6 +68,9 @@ protected function _prepareCollection()
68
)->setOrder(
69
'qty',
70
\Magento\Framework\Data\Collection::SORT_ORDER_ASC
71
+ )->addAttributeToFilter(
72
+ 'status',
73
+ \Magento\Catalog\Model\Product\Attribute\Source\Status::STATUS_ENABLED
74
);
75
76
if ($storeId) {
0 commit comments