We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19bec6f commit f744606Copy full SHA for f744606
app/code/Magento/Sales/Block/Order/Items.php
@@ -71,7 +71,6 @@ protected function _prepareLayout()
71
72
$this->itemCollection = $this->itemCollectionFactory->create();
73
$this->itemCollection->setOrderFilter($this->getOrder());
74
- $this->itemCollection->filterByParent(null);
75
76
/** @var \Magento\Theme\Block\Html\Pager $pagerBlock */
77
$pagerBlock = $this->getChildBlock('sales_order_item_pager');
0 commit comments