invoice fx

This commit is contained in:
merdan 2022-11-05 12:16:19 +05:00
parent 5c103966fa
commit e809fb05fd
1 changed files with 1 additions and 1 deletions

View File

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