Merge pull request #12551 from frederic34/patch-14
The property table_element_date does not exist on Project
This commit is contained in:
commit
68b36411b4
@ -49,6 +49,11 @@ class Project extends CommonObject
|
|||||||
*/
|
*/
|
||||||
public $table_element_line = 'projet_task';
|
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
|
* @var int Field with ID of parent key if this field has a parent
|
||||||
*/
|
*/
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user