menu Controller
This commit is contained in:
parent
7e8a1b5f55
commit
c311049359
|
|
@ -541,11 +541,6 @@ class Configurable extends AbstractType
|
|||
*/
|
||||
public function getOfferPrice()
|
||||
{
|
||||
static $offerPrice = null;
|
||||
|
||||
if (! is_null($offerPrice)) {
|
||||
return $offerPrice;
|
||||
}
|
||||
|
||||
$rulePrices = $customerGroupPrices = [];
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue