mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Add back 'Logged' task filter
This commit is contained in:
parent
587601ce7d
commit
f7d9d28ed0
@ -261,10 +261,7 @@ class Task extends EntityModel
|
|||||||
$statuses[$status->public_id] = $status->name;
|
$statuses[$status->public_id] = $status->name;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (! $taskStatues->count()) {
|
$statuses[TASK_STATUS_LOGGED] = trans('texts.logged');
|
||||||
$statuses[TASK_STATUS_LOGGED] = trans('texts.logged');
|
|
||||||
}
|
|
||||||
|
|
||||||
$statuses[TASK_STATUS_RUNNING] = trans('texts.running');
|
$statuses[TASK_STATUS_RUNNING] = trans('texts.running');
|
||||||
$statuses[TASK_STATUS_INVOICED] = trans('texts.invoiced');
|
$statuses[TASK_STATUS_INVOICED] = trans('texts.invoiced');
|
||||||
$statuses[TASK_STATUS_PAID] = trans('texts.paid');
|
$statuses[TASK_STATUS_PAID] = trans('texts.paid');
|
||||||
|
Loading…
x
Reference in New Issue
Block a user