* Просмотр 1 репорта

* Создание тасков
This commit is contained in:
anatolidew
2021-11-29 18:16:28 +03:00
parent 8e490ce518
commit 8ae7b9a125
4 changed files with 41 additions and 6 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++;
}
}