Merge pull request #3450 from rahulcs0082/development

Issue #3443 fixed
This commit is contained in:
Jitendra Singh 2020-07-09 15:51:34 +05:30 committed by GitHub
commit dff45521f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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;
}