Fix for task report
This commit is contained in:
parent
67b0cb40b1
commit
e042053261
|
|
@ -442,7 +442,8 @@ abstract class TaskEntity extends Object
|
|||
return null;
|
||||
}
|
||||
|
||||
return last[1];
|
||||
// TODO remove this, it shouldn't be needed
|
||||
return last[1].round();
|
||||
}
|
||||
|
||||
List<TaskTime> getTaskTimes({bool sort = true}) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue