Work on products, first completed broadband
This commit is contained in:
@@ -66,7 +66,7 @@ class SearchController extends Controller
|
||||
}
|
||||
|
||||
# Look for an ADSL/NBN Service
|
||||
foreach (Adsl::Search($request->input('term'))
|
||||
foreach (Service\Broadband::Search($request->input('term'))
|
||||
->whereIN('account_id',$accounts)
|
||||
->orderBy('service_number')
|
||||
->limit(10)->get() as $o)
|
||||
|
Reference in New Issue
Block a user