From 2d890cbc712371f17ba4bbceb02af3c5ba04e6da Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Sat, 7 Feb 2015 19:39:39 -0500 Subject: Update task time tracking based on subtask time tracking --- app/Template/task/timesheet.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'app/Template/task/timesheet.php') diff --git a/app/Template/task/timesheet.php b/app/Template/task/timesheet.php index fa76b84d..0210be7e 100644 --- a/app/Template/task/timesheet.php +++ b/app/Template/task/timesheet.php @@ -1,13 +1,13 @@ - 0 || $timesheet['time_spent'] > 0): ?> + 0 || $task['time_spent'] > 0): ?> \ No newline at end of file -- cgit v1.2.3