This commit is contained in:
rahulshukla-home 2020-07-08 19:36:40 +05:30
parent e19daf97c6
commit e36730e11d
1 changed files with 1 additions and 0 deletions

View File

@ -539,6 +539,7 @@ abstract class AbstractType
if ($haveSpecialPrice) {
$this->product->special_price = min($this->product->special_price, $customerGroupPrice);
} else {
$haveSpecialPrice = true;
$this->product->special_price = $customerGroupPrice;
}