Update actioncomm.class

Property contactid should be contact_id
This commit is contained in:
Francis Appels 2021-08-06 18:45:25 +02:00
parent 4c3c613568
commit 68482c637b

View File

@ -261,7 +261,7 @@ class ActionComm extends CommonObject
/** /**
* @var int socpeople id linked to action * @var int socpeople id linked to action
*/ */
public $contactid; public $contact_id;
/** /**
* @var Societe|null Company linked to action (optional) * @var Societe|null Company linked to action (optional)
@ -273,7 +273,7 @@ class ActionComm extends CommonObject
/** /**
* @var Contact|null Contact linked to action (optional) * @var Contact|null Contact linked to action (optional)
* @deprecated * @deprecated
* @see $contactid * @see $contact_id
*/ */
public $contact; public $contact;