Merge pull request #21304 from fboitel/fboitel-dev-scrutinizer-016
BUG FIX Deprecated attribute fk_projet wasn't declared on class Commo…
This commit is contained in:
commit
6ae4734196
@ -186,6 +186,12 @@ abstract class CommonObject
|
|||||||
*/
|
*/
|
||||||
public $projet;
|
public $projet;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @deprecated
|
||||||
|
* @see fk_project
|
||||||
|
*/
|
||||||
|
public $fk_projet;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @var Contact a related contact
|
* @var Contact a related contact
|
||||||
* @see fetch_contact()
|
* @see fetch_contact()
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user