From e14772377ffd6fd404cc6c76ee24d5bb4d764ebd Mon Sep 17 00:00:00 2001 From: rahulshukla-home Date: Fri, 3 Jul 2020 13:13:25 +0530 Subject: [PATCH] Issue #3411 fixed --- packages/Webkul/Product/src/Type/AbstractType.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/Webkul/Product/src/Type/AbstractType.php b/packages/Webkul/Product/src/Type/AbstractType.php index df3e84172..d17a1c7cf 100644 --- a/packages/Webkul/Product/src/Type/AbstractType.php +++ b/packages/Webkul/Product/src/Type/AbstractType.php @@ -542,7 +542,7 @@ abstract class AbstractType $this->product->special_price = $customerGroupPrice; } - return true; + return $haveSpecialPrice; } /**