invoice fx

This commit is contained in:
merdan 2022-11-13 15:38:54 +05:00
parent cd290dc2cf
commit cff62c6005
1 changed files with 1 additions and 1 deletions

View File

@ -284,7 +284,7 @@ class ProductRepository extends WProductRepository
return $query->inRandomOrder();
})->whereNotNull('product_flat.special_price')
->where('product_flat.special_price','>',0)
->join('marketplace_products', 'product_flat.product_id', '=', 'marketplace_products.product_id')
->leftJoin('marketplace_products', 'product_flat.product_id', '=', 'marketplace_products.product_id')
->where('marketplace_products.marketplace_seller_id', $seller_id)
->paginate(20);