Update actioncomm.class
Property contactid should be contact_id
This commit is contained in:
parent
4c3c613568
commit
68482c637b
@ -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