invoice fx

This commit is contained in:
merdan 2022-11-05 12:10:43 +05:00
parent c25a576ac5
commit 4d811c802b
1 changed files with 2 additions and 1 deletions

View File

@ -75,11 +75,12 @@ class SearchController extends V1Controller
// ->where('locale', $locale)
// ->addSelect(DB::raw("\'product\' as type" ))
->orderBy('name')
->take(10)
->query(fn ($query) => $query->select('id','name','product_id','description'))
->where('status', 1)
->where('visible_individually', 1)
->orderBy('name')
// ->take(10)
->get();