mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-07 10:34:30 -04:00
Adjustments to task projects
This commit is contained in:
parent
92a60221a5
commit
82857d642f
@ -209,7 +209,7 @@ class TaskController extends BaseController
|
|||||||
return [
|
return [
|
||||||
'clients' => Client::scope()->with('contacts')->orderBy('name')->get(),
|
'clients' => Client::scope()->with('contacts')->orderBy('name')->get(),
|
||||||
'account' => Auth::user()->account,
|
'account' => Auth::user()->account,
|
||||||
'projects' => Project::scope()->with('client.contacts')->withArchived()->orderBy('name')->get(),
|
'projects' => Project::scope()->with('client.contacts')->orderBy('name')->get(),
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user