Merge pull request #21264 from fboitel/fboitel-dev-scrutinizer-009
BUG FIX Attribute datee doesn't exist on class Task
This commit is contained in:
commit
3481a4652a
@ -85,6 +85,11 @@ class Task extends CommonObjectLine
|
|||||||
public $date_end;
|
public $date_end;
|
||||||
public $progress;
|
public $progress;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @deprecated Use date_end instead
|
||||||
|
*/
|
||||||
|
public $datee;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @var int ID
|
* @var int ID
|
||||||
*/
|
*/
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user