diff options
author | Matthew Cillo <matthewacillo@gmail.com> | 2015-12-07 22:40:55 -0500 |
---|---|---|
committer | Matthew Cillo <matthewacillo@gmail.com> | 2015-12-07 22:45:12 -0500 |
commit | 583e6bf064bbbdd0b031ea429fb1de949ddf64a7 (patch) | |
tree | f88aed231d898172fb2c37b87e9c5310d2de1985 /app/Model/TaskFinder.php | |
parent | 78fd4d3ee9940bde6d0bef8c611c6a19595e81fd (diff) |
added working template of compare hours
Diffstat (limited to 'app/Model/TaskFinder.php')
-rw-r--r-- | app/Model/TaskFinder.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/Model/TaskFinder.php b/app/Model/TaskFinder.php index 9514fe4a..836fbe46 100644 --- a/app/Model/TaskFinder.php +++ b/app/Model/TaskFinder.php @@ -122,6 +122,7 @@ class TaskFinder extends Base 'tasks.recurrence_parent', 'tasks.recurrence_child', 'tasks.time_estimated', + 'tasks.time_spent', User::TABLE.'.username AS assignee_username', User::TABLE.'.name AS assignee_name', Category::TABLE.'.name AS category_name', |