Skip to content
Snippets Groups Projects
Commit 1a9e53e2 authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Fxi: Correct property name

parent b4ef7802
No related branches found
No related tags found
No related merge requests found
...@@ -834,7 +834,7 @@ class Task extends CommonObject ...@@ -834,7 +834,7 @@ class Task extends CommonObject
$this->id = $obj->fk_task; $this->id = $obj->fk_task;
$this->timespent_date = $obj->task_date; $this->timespent_date = $obj->task_date;
$this->timespent_duration = $obj->task_duration; $this->timespent_duration = $obj->task_duration;
$this->timespent_user = $obj->fk_user; $this->timespent_fk_user = $obj->fk_user;
$this->timespent_note = $obj->note; $this->timespent_note = $obj->note;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment