menu Controller

This commit is contained in:
merdan 2022-09-21 15:30:28 +05:00
parent 7e8a1b5f55
commit c311049359
1 changed files with 0 additions and 5 deletions

View File

@ -541,11 +541,6 @@ class Configurable extends AbstractType
*/
public function getOfferPrice()
{
static $offerPrice = null;
if (! is_null($offerPrice)) {
return $offerPrice;
}
$rulePrices = $customerGroupPrices = [];