Work on products, first completed broadband

This commit is contained in:
Deon George
2021-12-24 12:14:01 +11:00
parent 8f5293662e
commit 1e9f15b40f
62 changed files with 2139 additions and 894 deletions

View File

@@ -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)