Skip to content

Commit 1cd0957

Browse files
committed
AC-13594: Special price is not showing correctly for Configurable product's child product (simple product)
Remove unwanted changes
1 parent 3c13a29 commit 1cd0957

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

app/code/Magento/Catalog/Pricing/Price/SpecialPrice.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,6 @@ public function getValue()
8383
public function getSpecialPrice()
8484
{
8585
$specialPrice = $this->product->getSpecialPrice();
86-
8786
if ($specialPrice !== null && $specialPrice !== false && !$this->isPercentageDiscount()) {
8887
$specialPrice = $this->priceCurrency->convertAndRound($specialPrice);
8988
}
@@ -131,5 +130,4 @@ public function isPercentageDiscount()
131130
{
132131
return false;
133132
}
134-
135133
}

0 commit comments

Comments
 (0)