This commit is contained in:
rahulshukla-home 2020-07-03 13:13:25 +05:30
parent c5c539be69
commit e14772377f
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;
}
/**