Merge pull request #18362 from fappels/15_update_actioncomm
Update actioncomm.class
This commit is contained in:
commit
5a0adfc80b
@ -261,7 +261,7 @@ class ActionComm extends CommonObject
|
||||
/**
|
||||
* @var int socpeople id linked to action
|
||||
*/
|
||||
public $contactid;
|
||||
public $contact_id;
|
||||
|
||||
/**
|
||||
* @var Societe|null Company linked to action (optional)
|
||||
@ -273,7 +273,7 @@ class ActionComm extends CommonObject
|
||||
/**
|
||||
* @var Contact|null Contact linked to action (optional)
|
||||
* @deprecated
|
||||
* @see $contactid
|
||||
* @see $contact_id
|
||||
*/
|
||||
public $contact;
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user