mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
Update conferenceorbooth.class.php
This commit is contained in:
parent
e082564816
commit
4b0eeb8bbf
|
|
@ -50,13 +50,14 @@ class ConferenceOrBooth extends ActionComm
|
|||
public $table_element = 'actioncomm';
|
||||
|
||||
/**
|
||||
* @var int Does this object support multicompany module ?
|
||||
* 0=No test on entity, 1=Test with field entity, 'field@table'=Test with link by field@table
|
||||
* @var int<0,2>|string Does this object support the multicompany module ?
|
||||
* 0=No test on entity, 1=Test with field entity, 2=Test with link by fk_soc, 'field@table'=Test with link by field@table
|
||||
*/
|
||||
public $ismultientitymanaged = 1;
|
||||
|
||||
/**
|
||||
* @var int Does object support extrafields ? 0=No, 1=Yes
|
||||
* @var int<0,1> Does this object support extrafields ?
|
||||
* 0=No, 1=Yes
|
||||
*/
|
||||
public $isextrafieldmanaged = 1;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user