|
@@ -38,11 +38,13 @@ class ActionComm extends CommonObject
|
|
|
public $table_element = 'actioncomm';
|
|
|
public $table_rowid = 'id';
|
|
|
public $picto='action';
|
|
|
+
|
|
|
/**
|
|
|
* 0=No test on entity, 1=Test with field entity, 2=Test with link by societe
|
|
|
* @var int
|
|
|
*/
|
|
|
public $ismultientitymanaged = 1;
|
|
|
+
|
|
|
/**
|
|
|
* 0=Default, 1=View may be restricted to sales representative only if no permission to see all or to company of external user if external user, 2=Same than 1 but accept record if fksoc is empty
|
|
|
* @var integer
|
|
@@ -53,7 +55,7 @@ class ActionComm extends CommonObject
|
|
|
* Id of the event
|
|
|
* @var int
|
|
|
*/
|
|
|
- var $id;
|
|
|
+ public $id;
|
|
|
|
|
|
/**
|
|
|
* Id of the event. Use $id as possible
|