Merge pull request #3416 from rahulcs0082/development

Issue #3411 fixed
This commit is contained in:
Jitendra Singh 2020-07-03 13:22:03 +05:30 committed by GitHub
commit 1c1cb4bc03
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -542,7 +542,7 @@ abstract class AbstractType
$this->product->special_price = $customerGroupPrice;
}
return true;
return $haveSpecialPrice;
}
/**