Fixes for searcg
This commit is contained in:
parent
86d16f21ea
commit
b56e62136d
|
|
@ -99,7 +99,7 @@ class SearchController extends Controller
|
|||
'name' => $invoice->client->present()->name() . ' - ' . $invoice->number,
|
||||
'type' => '/invoice',
|
||||
'id' => $invoice->hashed_id,
|
||||
'path' => "/clients/{$invoice->hashed_id}/edit"
|
||||
'path' => "/invoices/{$invoice->hashed_id}/edit"
|
||||
];
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue