Merge pull request #18362 from fappels/15_update_actioncomm

Update actioncomm.class
This commit is contained in:
Laurent Destailleur 2021-08-11 19:58:25 +02:00 committed by GitHub
commit 5a0adfc80b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;