Skip to content

Commit 2f42118

Browse files
ENGCOM-2911: Fixed child items showing on My Account order view #17889
- Merge Pull Request #17889 from rogyar/magento2:2.2-child-order-items-fix - Merged commits: 1. f744606
2 parents 1804146 + f744606 commit 2f42118

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)