invoice fx

This commit is contained in:
merdan 2022-11-05 12:05:18 +05:00
parent ea742cba6d
commit d886bac338
1 changed files with 3 additions and 3 deletions

View File

@ -73,10 +73,10 @@ class SearchController extends V1Controller
$products = $this->productFlatRepository->getModel()::search(implode(' OR ', $key))
// ->where('channel', $channel)
// ->where('locale', $locale)
->where('status', 1)
->where('visible_individually', 1)
// ->where('status', 1)
// ->where('visible_individually', 1)
// ->addSelect(DB::raw("\'product\' as type" ))
->orderBy('name')
// ->orderBy('name')
->take(10)
->query(fn ($query) => $query->select('id','name','product_id','description'))