invoice fx

This commit is contained in:
merdan 2022-11-13 15:33:11 +05:00
parent 78c988052d
commit 4f34c8c080
1 changed files with 1 additions and 1 deletions

View File

@ -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)