Skip to content

Commit c83fe7a

Browse files
ENGCOM-3514: [Forwardport] Fixed child items showing on My Account order view #19318
- Merge Pull Request #19318 from torhoehn/magento2:2.3-develop-PR-port-17889 - Merged commits: 1. 7e78060
2 parents 1a805d0 + 7e78060 commit c83fe7a

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)