mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-05-31 08:34:39 -04:00
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,
|
'name' => $invoice->client->present()->name() . ' - ' . $invoice->number,
|
||||||
'type' => '/invoice',
|
'type' => '/invoice',
|
||||||
'id' => $invoice->hashed_id,
|
'id' => $invoice->hashed_id,
|
||||||
'path' => "/clients/{$invoice->hashed_id}/edit"
|
'path' => "/invoices/{$invoice->hashed_id}/edit"
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user