Fixes for searcg

This commit is contained in:
David Bomba 2023-10-10 10:51:43 +11:00
parent 86d16f21ea
commit b56e62136d

View File

@ -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"
];
}