menu Controller
This commit is contained in:
parent
81162c415f
commit
7e8a1b5f55
|
|
@ -590,11 +590,6 @@ class Configurable extends AbstractType
|
|||
*/
|
||||
public function getMaximumPrice()
|
||||
{
|
||||
static $maxPrice = null;
|
||||
|
||||
if (! is_null($maxPrice)) {
|
||||
return $maxPrice;
|
||||
}
|
||||
|
||||
$productFlat = ProductFlat::join('products', 'product_flat.product_id', '=', 'products.id')
|
||||
->distinct()
|
||||
|
|
|
|||
Loading…
Reference in New Issue