From 4b0eeb8bbf82dbfc08d38ffc89d867e455e555f5 Mon Sep 17 00:00:00 2001 From: thibdrev Date: Thu, 4 Apr 2024 20:53:48 +0200 Subject: [PATCH] Update conferenceorbooth.class.php --- htdocs/eventorganization/class/conferenceorbooth.class.php | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/htdocs/eventorganization/class/conferenceorbooth.class.php b/htdocs/eventorganization/class/conferenceorbooth.class.php index 9b4a9af6bed..abd79bbcaf4 100644 --- a/htdocs/eventorganization/class/conferenceorbooth.class.php +++ b/htdocs/eventorganization/class/conferenceorbooth.class.php @@ -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;