invoice fx

This commit is contained in:
merdan 2022-11-13 15:34:29 +05:00
parent 4f34c8c080
commit e14e1a6d9c
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 null;
return $results;
}
public function getPopularProducts($categoryId = null)