invoice fx
This commit is contained in:
parent
e809fb05fd
commit
dfd9137205
|
|
@ -78,8 +78,8 @@ class SearchController extends V1Controller
|
|||
|
||||
->take(10)
|
||||
->query(fn ($query) => $query->select('id','name','product_id','description'))
|
||||
// ->where('status', 1)
|
||||
// ->where('visible_individually', 1)
|
||||
->where('status', 1)
|
||||
->where('visible_individually', 1)
|
||||
// ->orderBy('name')
|
||||
// ->take(10)
|
||||
->get();
|
||||
|
|
|
|||
Loading…
Reference in New Issue