* Remove unused code.
This commit is contained in:
@@ -1163,7 +1163,7 @@ class taskModel extends model
|
||||
if(!empty($currentTeam))
|
||||
{
|
||||
$currentTeam->status = $record->left == 0 ? 'done' : 'doing';
|
||||
$this->taskTao->updateTeamByEffort($effortID, $record, $currentTeam, $task, $newTask);
|
||||
$this->taskTao->updateTeamByEffort($effortID, $record, $currentTeam, $task);
|
||||
$newTask = $this->computeMultipleHours($task, $newTask, $task->team);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user