The property table_element_date does not exist on Project
see line 612
This commit is contained in:
parent
78eb6ae17d
commit
7bbd500e81
@ -49,6 +49,11 @@ class Project extends CommonObject
|
||||
*/
|
||||
public $table_element_line = 'projet_task';
|
||||
|
||||
/**
|
||||
* @var int Name of field date
|
||||
*/
|
||||
public $table_element_date;
|
||||
|
||||
/**
|
||||
* @var int Field with ID of parent key if this field has a parent
|
||||
*/
|
||||
|
||||
Loading…
Reference in New Issue
Block a user