invoice fx
This commit is contained in:
parent
78c988052d
commit
4f34c8c080
|
|
@ -287,7 +287,7 @@ class ProductRepository extends WProductRepository
|
|||
})->whereNotNull('product_flat.special_price')
|
||||
->where('product_flat.special_price','>',0)->paginate(10);
|
||||
|
||||
return $results;
|
||||
return null;
|
||||
}
|
||||
|
||||
public function getPopularProducts($categoryId = null)
|
||||
|
|
|
|||
Loading…
Reference in New Issue