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 fb2f1a7 commit 5924f9fCopy full SHA for 5924f9f
app/code/Magento/Sales/Block/Order/Items.php
@@ -71,6 +71,7 @@ protected function _prepareLayout()
71
72
$this->itemCollection = $this->itemCollectionFactory->create();
73
$this->itemCollection->setOrderFilter($this->getOrder());
74
+ $this->itemCollection->addFieldToFilter('parent_item_id', ['null' => true]);
75
76
/** @var \Magento\Theme\Block\Html\Pager $pagerBlock */
77
$pagerBlock = $this->getChildBlock('sales_order_item_pager');
0 commit comments