Skip to content

Commit 86da4c8

Browse files
author
Serhii Balko
committed
MC-38625: Storefront Order History product count is doubled if has more than 10 configurables
1 parent 85d7d87 commit 86da4c8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
namespace Magento\Sales\Block\Order;
1111

1212
use Magento\Framework\App\ObjectManager;
13-
use Magento\Framework\DataObject;
1413
use Magento\Framework\Registry;
1514
use Magento\Framework\View\Element\AbstractBlock;
1615
use Magento\Framework\View\Element\Template\Context;
@@ -109,7 +108,7 @@ public function isPagerDisplayed()
109108
*
110109
* To be called from templates(after _prepareLayout()).
111110
*
112-
* @return DataObject[]
111+
* @return \Magento\Framework\DataObject[]
113112
* @since 100.1.7
114113
*/
115114
public function getItems()

0 commit comments

Comments
 (0)