* баг с минутами

* добавлено редактирование портфолио
This commit is contained in:
anatolidew
2021-11-25 14:04:14 +03:00
parent 8e490ce518
commit c4139baeb2
3 changed files with 21 additions and 1 deletions

View File

@ -75,6 +75,7 @@ class Reports extends \yii\db\ActiveRecord
foreach ($this->task as $task) {
$this->_task[$i]['task'] = $task->task;
$this->_task[$i]['hours_spent'] = $task->hours_spent;
$this->_task[$i]['minutes_spent'] = $task->minutes_spent;
$i++;
}
}