Bug fix typo in TaskController
This commit is contained in:
parent
139088086f
commit
e460f154a5
1 changed files with 1 additions and 1 deletions
|
|
@ -115,7 +115,7 @@ class TaskController extends BaseController
|
|||
|
||||
$actions = [];
|
||||
if ($task->invoice) {
|
||||
$actions[] = ['url' => URL::to("inovices/{$task->invoice->public_id}/edit"), 'label' => trans("texts.view_invoice")];
|
||||
$actions[] = ['url' => URL::to("invoices/{$task->invoice->public_id}/edit"), 'label' => trans("texts.view_invoice")];
|
||||
} else {
|
||||
$actions[] = ['url' => 'javascript:submitAction("invoice")', 'label' => trans("texts.invoice_task")];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue