Skip to content

Commit 43c32d9

Browse files
committed
MAGETWO-88254: [Magento Cloud] "Tier Pricing" of Products changes to "Price" (without discount) after Updated Items and Quantities in the Order.
1 parent abab680 commit 43c32d9

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

app/code/Magento/Bundle/Model/ResourceModel/Selection/Collection.php

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,16 @@ protected function _construct()
144144
$this->_selectionTable = $this->getTable('catalog_product_bundle_selection');
145145
}
146146

147+
/**
148+
* Set store id for each collection item when collection was loaded
149+
*
150+
* @return $this
151+
*/
152+
public function _afterLoad()
153+
{
154+
return parent::_afterLoad();
155+
}
156+
147157
/**
148158
* Initialize collection select
149159
*

0 commit comments

Comments
 (0)