Skip to content

Commit 064d879

Browse files
authored
ENGCOM-2911: Fixed child items showing on My Account order view #17889
2 parents 0b16224 + 00f8cfe commit 064d879

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/code/Magento/Sales/Block/Order/Items.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@ protected function _prepareLayout()
7171

7272
$this->itemCollection = $this->itemCollectionFactory->create();
7373
$this->itemCollection->setOrderFilter($this->getOrder());
74-
$this->itemCollection->filterByParent(null);
7574

7675
/** @var \Magento\Theme\Block\Html\Pager $pagerBlock */
7776
$pagerBlock = $this->getChildBlock('sales_order_item_pager');

0 commit comments

Comments
 (0)