mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-08 20:22:42 +01:00
Working on the time tracker
This commit is contained in:
parent
c5fce2efcd
commit
61e3654430
@ -15,7 +15,7 @@ class TimeTrackerController extends Controller
|
||||
$user = auth()->user();
|
||||
$account = $user->account;
|
||||
|
||||
if (! $account->hasFeature(ENTITY_TASK)) {
|
||||
if (! $account->hasFeature(FEATURE_TASKS)) {
|
||||
return trans('texts.tasks_not_enabled');
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user