BUG FIX Deprecated attribute fk_projet wasn't declared on class CommonObject
This commit is contained in:
parent
17133cabb0
commit
354b4a7417
@ -186,6 +186,12 @@ abstract class CommonObject
|
||||
*/
|
||||
public $projet;
|
||||
|
||||
/**
|
||||
* @deprecated
|
||||
* @see fk_project
|
||||
*/
|
||||
public $fk_projet;
|
||||
|
||||
/**
|
||||
* @var Contact a related contact
|
||||
* @see fetch_contact()
|
||||
|
||||
Loading…
Reference in New Issue
Block a user