Skip to content

Commit 14b8ca8

Browse files
ENGCOM-1830: [Forwardport] FIX for issue #15457 - Bundle Products price range is showing expired… #15768
- Merge Pull Request #15768 from sanjay-wagento/magento2:2.3-develop-PR-port-15535 - Merged commits: 1. e13f1f0
2 parents 943e2cd + e13f1f0 commit 14b8ca8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/code/Magento/Bundle/Pricing/Adjustment/DefaultSelectionPriceListProvider.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ public function getPriceList(Product $bundleProduct, $searchMin, $useRegularPric
6161

6262
if (!$useRegularPrice) {
6363
$selectionsCollection->addAttributeToSelect('special_price');
64-
$selectionsCollection->addAttributeToSelect('special_price_from');
65-
$selectionsCollection->addAttributeToSelect('special_price_to');
64+
$selectionsCollection->addAttributeToSelect('special_from_date');
65+
$selectionsCollection->addAttributeToSelect('special_to_date');
6666
$selectionsCollection->addAttributeToSelect('tax_class_id');
6767
}
6868

0 commit comments

Comments
 (0)