invoice fx

This commit is contained in:
merdan 2022-11-05 12:14:49 +05:00
parent 4d811c802b
commit 5c103966fa
1 changed files with 2 additions and 2 deletions

View File

@ -78,8 +78,8 @@ class SearchController extends V1Controller
->take(10) ->take(10)
->query(fn ($query) => $query->select('id','name','product_id','description')) ->query(fn ($query) => $query->select('id','name','product_id','description'))
->where('status', 1) // ->where('status', 1)
->where('visible_individually', 1) // ->where('visible_individually', 1)
->orderBy('name') ->orderBy('name')
// ->take(10) // ->take(10)
->get(); ->get();