Fxi: Correct property name
This commit is contained in:
parent
b4ef780274
commit
1a9e53e21f
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user