add some comment
This commit is contained in:
parent
b029febff1
commit
e02da55c2d
@ -60,6 +60,9 @@ class Project extends CommonObject
|
||||
*/
|
||||
public $ismultientitymanaged = 1;
|
||||
|
||||
/**
|
||||
* @var string String with name of icon for myobject. Must be the part after the 'object_' into object_myobject.png
|
||||
*/
|
||||
public $picto = 'projectpub';
|
||||
|
||||
/**
|
||||
|
||||
@ -47,6 +47,9 @@ class Task extends CommonObject
|
||||
*/
|
||||
public $fk_element='fk_task';
|
||||
|
||||
/**
|
||||
* @var string String with name of icon for myobject. Must be the part after the 'object_' into object_myobject.png
|
||||
*/
|
||||
public $picto = 'task';
|
||||
|
||||
/**
|
||||
|
||||
Loading…
Reference in New Issue
Block a user