diff --git a/htdocs/accountancy/class/accountingaccount.class.php b/htdocs/accountancy/class/accountingaccount.class.php index 5936c93282d..af27c4ea850 100644 --- a/htdocs/accountancy/class/accountingaccount.class.php +++ b/htdocs/accountancy/class/accountingaccount.class.php @@ -52,8 +52,8 @@ class AccountingAccount extends CommonObject public $picto = 'billr'; /** - * @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 + * @var int<0,1>|string Does this object support multicompany module ? + * 0=No test on entity, 1=Test with field entity, 'field@table'=Test with link by field@table (example 'fk_soc@societe') */ public $ismultientitymanaged = 1; diff --git a/htdocs/accountancy/class/accountingjournal.class.php b/htdocs/accountancy/class/accountingjournal.class.php index 77c151c9159..2aa6ea4abc6 100644 --- a/htdocs/accountancy/class/accountingjournal.class.php +++ b/htdocs/accountancy/class/accountingjournal.class.php @@ -44,7 +44,8 @@ class AccountingJournal extends CommonObject public $fk_element = ''; /** - * @var int<0,2>|string Does object support multicompany module ? 0=No test on entity, 1=Test with field entity, 2=Test with link by societe + * @var int<0,1>|string Does this object support multicompany module ? + * 0=No test on entity, 1=Test with field entity, 'field@table'=Test with link by field@table (example 'fk_soc@societe') */ public $ismultientitymanaged = 0; diff --git a/htdocs/adherents/class/adherent.class.php b/htdocs/adherents/class/adherent.class.php index 2d5b7b17b35..62d6b228db3 100644 --- a/htdocs/adherents/class/adherent.class.php +++ b/htdocs/adherents/class/adherent.class.php @@ -60,8 +60,8 @@ class Adherent extends CommonObject public $table_element = 'adherent'; /** - * @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 + * @var int<0,1>|string Does this object support multicompany module ? + * 0=No test on entity, 1=Test with field entity, 'field@table'=Test with link by field@table (example 'fk_soc@societe') */ public $ismultientitymanaged = 1; diff --git a/htdocs/adherents/class/adherent_type.class.php b/htdocs/adherents/class/adherent_type.class.php index 8a0e0b2b86e..30b8411e5b8 100644 --- a/htdocs/adherents/class/adherent_type.class.php +++ b/htdocs/adherents/class/adherent_type.class.php @@ -51,8 +51,8 @@ class AdherentType extends CommonObject public $picto = 'members'; /** - * @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 + * @var int<0,1>|string Does this object support multicompany module ? + * 0=No test on entity, 1=Test with field entity, 'field@table'=Test with link by field@table (example 'fk_soc@societe') */ public $ismultientitymanaged = 1; diff --git a/htdocs/adherents/class/subscription.class.php b/htdocs/adherents/class/subscription.class.php index e86a1bea2ba..4cd7f06b713 100644 --- a/htdocs/adherents/class/subscription.class.php +++ b/htdocs/adherents/class/subscription.class.php @@ -47,7 +47,8 @@ class Subscription extends CommonObject /** * Does this object supports the multicompany module ? * - * @var int<0,2>|string 0 if no test on entity, 1 if test with field entity, 2 if test with link by fk_soc, 'field@table' if test with link by field@table + * @var int<0,1>|string Does this object support multicompany module ? + * 0=No test on entity, 1=Test with field entity, 'field@table'=Test with link by field@table (example 'fk_soc@societe') */ public $ismultientitymanaged = 'fk_adherent@adherent'; diff --git a/htdocs/asset/class/asset.class.php b/htdocs/asset/class/asset.class.php index 22f99a3d693..51284b4d93d 100644 --- a/htdocs/asset/class/asset.class.php +++ b/htdocs/asset/class/asset.class.php @@ -47,8 +47,8 @@ class Asset extends CommonObject public $table_element = 'asset'; /** - * @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 + * @var int<0,1>|string Does this object support multicompany module ? + * 0=No test on entity, 1=Test with field entity, 'field@table'=Test with link by field@table (example 'fk_soc@societe') */ public $ismultientitymanaged = 1; diff --git a/htdocs/asset/class/assetmodel.class.php b/htdocs/asset/class/assetmodel.class.php index d7d7aa9faf9..cc6060d3983 100644 --- a/htdocs/asset/class/assetmodel.class.php +++ b/htdocs/asset/class/assetmodel.class.php @@ -50,8 +50,8 @@ class AssetModel extends CommonObject public $table_element = 'asset_model'; /** - * @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 + * @var int<0,1>|string Does this object support multicompany module ? + * 0=No test on entity, 1=Test with field entity, 'field@table'=Test with link by field@table (example 'fk_soc@societe') */ public $ismultientitymanaged = 1; diff --git a/htdocs/bom/class/bom.class.php b/htdocs/bom/class/bom.class.php index 40a94e488c5..3478f489c05 100644 --- a/htdocs/bom/class/bom.class.php +++ b/htdocs/bom/class/bom.class.php @@ -59,8 +59,8 @@ class BOM extends CommonObject public $table_element = 'bom_bom'; /** - * @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 + * @var int<0,1>|string Does this object support multicompany module ? + * 0=No test on entity, 1=Test with field entity, 'field@table'=Test with link by field@table (example 'fk_soc@societe') */ public $ismultientitymanaged = 1; @@ -1679,7 +1679,8 @@ class BOMLine extends CommonObjectLine public $table_element = 'bom_bomline'; /** - * @var int<0,2>|string Does bomline support multicompany module ? 0=No test on entity, 1=Test with field entity, 2=Test with link by societe + * @var int<0,1>|string Does this object support multicompany module ? + * 0=No test on entity, 1=Test with field entity, 'field@table'=Test with link by field@table (example 'fk_soc@societe') */ public $ismultientitymanaged = 0; diff --git a/htdocs/bookcal/class/availabilities.class.php b/htdocs/bookcal/class/availabilities.class.php index 22034d32bc1..142afd38e6e 100644 --- a/htdocs/bookcal/class/availabilities.class.php +++ b/htdocs/bookcal/class/availabilities.class.php @@ -50,8 +50,8 @@ class Availabilities extends CommonObject public $table_element = 'bookcal_availabilities'; /** - * @var int<0,2>|string 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,1>|string Does this object support multicompany module ? + * 0=No test on entity, 1=Test with field entity, 'field@table'=Test with link by field@table (example 'fk_soc@societe') */ public $ismultientitymanaged = 0; diff --git a/htdocs/bookcal/class/calendar.class.php b/htdocs/bookcal/class/calendar.class.php index c236ac90bec..e55f9c0245d 100644 --- a/htdocs/bookcal/class/calendar.class.php +++ b/htdocs/bookcal/class/calendar.class.php @@ -50,8 +50,8 @@ class Calendar extends CommonObject public $table_element = 'bookcal_calendar'; /** - * @var int<0,2>|string 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,1>|string Does this object support multicompany module ? + * 0=No test on entity, 1=Test with field entity, 'field@table'=Test with link by field@table (example 'fk_soc@societe') */ public $ismultientitymanaged = 0; diff --git a/htdocs/bookmarks/class/bookmark.class.php b/htdocs/bookmarks/class/bookmark.class.php index 71b2e2ccfb0..ee6e71fc4ce 100644 --- a/htdocs/bookmarks/class/bookmark.class.php +++ b/htdocs/bookmarks/class/bookmark.class.php @@ -39,8 +39,8 @@ class Bookmark extends CommonObject public $table_element = 'bookmark'; /** - * @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 + * @var int<0,1>|string Does this object support multicompany module ? + * 0=No test on entity, 1=Test with field entity, 'field@table'=Test with link by field@table (example 'fk_soc@societe') */ public $ismultientitymanaged = 1; diff --git a/htdocs/comm/action/class/actioncomm.class.php b/htdocs/comm/action/class/actioncomm.class.php index 70d0776fa94..ad3bd3de9e0 100644 --- a/htdocs/comm/action/class/actioncomm.class.php +++ b/htdocs/comm/action/class/actioncomm.class.php @@ -60,8 +60,8 @@ class ActionComm extends CommonObject public $picto = 'action'; /** - * @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 + * @var int<0,1>|string Does this object support multicompany module ? + * 0=No test on entity, 1=Test with field entity, 'field@table'=Test with link by field@table (example 'fk_soc@societe') */ public $ismultientitymanaged = 1; diff --git a/htdocs/comm/action/class/actioncommreminder.class.php b/htdocs/comm/action/class/actioncommreminder.class.php index cd4de66c317..9addb976976 100644 --- a/htdocs/comm/action/class/actioncommreminder.class.php +++ b/htdocs/comm/action/class/actioncommreminder.class.php @@ -43,7 +43,8 @@ class ActionCommReminder extends CommonObject public $table_element = 'actioncomm_reminder'; /** - * @var int<0,2>|string Does actioncommreminder support multicompany module ? 0=No test on entity, 1=Test with field entity, 2=Test with link by societe + * @var int<0,1>|string Does this object support multicompany module ? + * 0=No test on entity, 1=Test with field entity, 'field@table'=Test with link by field@table (example 'fk_soc@societe') */ public $ismultientitymanaged = 0; diff --git a/htdocs/comm/propal/class/propal.class.php b/htdocs/comm/propal/class/propal.class.php index 2a63cc89282..0894c490da6 100644 --- a/htdocs/comm/propal/class/propal.class.php +++ b/htdocs/comm/propal/class/propal.class.php @@ -86,8 +86,8 @@ class Propal extends CommonObject public $picto = 'propal'; /** - * @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 + * @var int<0,1>|string Does this object support multicompany module ? + * 0=No test on entity, 1=Test with field entity, 'field@table'=Test with link by field@table (example 'fk_soc@societe') */ public $ismultientitymanaged = 1; diff --git a/htdocs/commande/class/commande.class.php b/htdocs/commande/class/commande.class.php index 8d66646e02f..51c49c5e121 100644 --- a/htdocs/commande/class/commande.class.php +++ b/htdocs/commande/class/commande.class.php @@ -79,8 +79,8 @@ class Commande extends CommonOrder public $picto = 'order'; /** - * @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 + * @var int<0,1>|string Does this object support multicompany module ? + * 0=No test on entity, 1=Test with field entity, 'field@table'=Test with link by field@table (example 'fk_soc@societe') */ public $ismultientitymanaged = 1; diff --git a/htdocs/compta/bank/class/account.class.php b/htdocs/compta/bank/class/account.class.php index ac9bc617c67..010df2a0fc9 100644 --- a/htdocs/compta/bank/class/account.class.php +++ b/htdocs/compta/bank/class/account.class.php @@ -51,8 +51,8 @@ class Account extends CommonObject public $table_element = 'bank_account'; /** - * @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 + * @var int<0,1>|string Does this object support multicompany module ? + * 0=No test on entity, 1=Test with field entity, 'field@table'=Test with link by field@table (example 'fk_soc@societe') */ public $ismultientitymanaged = 1; diff --git a/htdocs/compta/cashcontrol/class/cashcontrol.class.php b/htdocs/compta/cashcontrol/class/cashcontrol.class.php index 53e4513a33d..a599e3babf1 100644 --- a/htdocs/compta/cashcontrol/class/cashcontrol.class.php +++ b/htdocs/compta/cashcontrol/class/cashcontrol.class.php @@ -41,8 +41,8 @@ class CashControl extends CommonObject public $table_element = 'pos_cash_fence'; /** - * @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 + * @var int<0,1>|string Does this object support multicompany module ? + * 0=No test on entity, 1=Test with field entity, 'field@table'=Test with link by field@table (example 'fk_soc@societe') */ public $ismultientitymanaged = 1; diff --git a/htdocs/compta/deplacement/class/deplacement.class.php b/htdocs/compta/deplacement/class/deplacement.class.php index 7c56702eb61..2abebe6865b 100644 --- a/htdocs/compta/deplacement/class/deplacement.class.php +++ b/htdocs/compta/deplacement/class/deplacement.class.php @@ -53,8 +53,8 @@ class Deplacement extends CommonObject public $fk_element = ''; /** - * 0=No test on entity, 1=Test with field entity, 2=Test with link by societe - * @var int<0,2>|string + * @var int<0,1>|string Does this object support multicompany module ? + * 0=No test on entity, 1=Test with field entity, 'field@table'=Test with link by field@table (example 'fk_soc@societe') */ public $ismultientitymanaged = 0; diff --git a/htdocs/compta/facture/class/facture.class.php b/htdocs/compta/facture/class/facture.class.php index 31ad4b64a7e..b7441f9d4be 100644 --- a/htdocs/compta/facture/class/facture.class.php +++ b/htdocs/compta/facture/class/facture.class.php @@ -88,8 +88,8 @@ class Facture extends CommonInvoice public $picto = 'bill'; /** - * @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 + * @var int<0,1>|string Does this object support multicompany module ? + * 0=No test on entity, 1=Test with field entity, 'field@table'=Test with link by field@table (example 'fk_soc@societe') */ public $ismultientitymanaged = 1; diff --git a/htdocs/contact/class/contact.class.php b/htdocs/contact/class/contact.class.php index f5f2600293b..a98a7b33233 100644 --- a/htdocs/contact/class/contact.class.php +++ b/htdocs/contact/class/contact.class.php @@ -57,8 +57,8 @@ class Contact extends CommonObject public $table_element = 'socpeople'; /** - * @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 + * @var int<0,1>|string Does this object support multicompany module ? + * 0=No test on entity, 1=Test with field entity, 'field@table'=Test with link by field@table (example 'fk_soc@societe') */ public $ismultientitymanaged = 1; diff --git a/htdocs/contrat/class/contrat.class.php b/htdocs/contrat/class/contrat.class.php index 81cd7457a3f..1b4d4261a8a 100644 --- a/htdocs/contrat/class/contrat.class.php +++ b/htdocs/contrat/class/contrat.class.php @@ -70,8 +70,8 @@ class Contrat extends CommonObject public $picto = 'contract'; /** - * @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 + * @var int<0,1>|string Does this object support multicompany module ? + * 0=No test on entity, 1=Test with field entity, 'field@table'=Test with link by field@table (example 'fk_soc@societe') */ public $ismultientitymanaged = 1; diff --git a/htdocs/core/class/commonobject.class.php b/htdocs/core/class/commonobject.class.php index 8981ff40421..a93623dda8a 100644 --- a/htdocs/core/class/commonobject.class.php +++ b/htdocs/core/class/commonobject.class.php @@ -127,8 +127,8 @@ abstract class CommonObject public $table_element_line = ''; /** - * @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 + * @var int<0,1>|string Does this object support multicompany module ? + * 0=No test on entity, 1=Test with field entity, 'field@table'=Test with link by field@table (example 'fk_soc@societe') */ public $ismultientitymanaged; diff --git a/htdocs/core/class/defaultvalues.class.php b/htdocs/core/class/defaultvalues.class.php index 43c744b3f66..ee28eca0244 100644 --- a/htdocs/core/class/defaultvalues.class.php +++ b/htdocs/core/class/defaultvalues.class.php @@ -44,8 +44,8 @@ class DefaultValues extends CommonObject public $table_element = 'default_values'; /** - * @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 + * @var int<0,1>|string Does this object support multicompany module ? + * 0=No test on entity, 1=Test with field entity, 'field@table'=Test with link by field@table (example 'fk_soc@societe') */ public $ismultientitymanaged = 1; diff --git a/htdocs/core/class/emailsenderprofile.class.php b/htdocs/core/class/emailsenderprofile.class.php index 512bb72a5a9..d57aa383367 100644 --- a/htdocs/core/class/emailsenderprofile.class.php +++ b/htdocs/core/class/emailsenderprofile.class.php @@ -46,8 +46,8 @@ class EmailSenderProfile extends CommonObject public $table_element = 'c_email_senderprofile'; /** - * @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 + * @var int<0,1>|string Does this object support multicompany module ? + * 0=No test on entity, 1=Test with field entity, 'field@table'=Test with link by field@table (example 'fk_soc@societe') */ public $ismultientitymanaged = 1; diff --git a/htdocs/core/class/fiscalyear.class.php b/htdocs/core/class/fiscalyear.class.php index 5bb5a3eebfe..c69fd96e29d 100644 --- a/htdocs/core/class/fiscalyear.class.php +++ b/htdocs/core/class/fiscalyear.class.php @@ -57,8 +57,8 @@ class Fiscalyear extends CommonObject public $fk_element = ''; /** - * @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 + * @var int<0,1>|string Does this object support multicompany module ? + * 0=No test on entity, 1=Test with field entity, 'field@table'=Test with link by field@table (example 'fk_soc@societe') */ public $ismultientitymanaged = 1; diff --git a/htdocs/core/class/timespent.class.php b/htdocs/core/class/timespent.class.php index 88226c7c3c5..47216f9abb2 100644 --- a/htdocs/core/class/timespent.class.php +++ b/htdocs/core/class/timespent.class.php @@ -50,8 +50,8 @@ class TimeSpent extends CommonObject public $table_element = 'element_time'; /** - * @var int<0,2>|string 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,1>|string Does this object support multicompany module ? + * 0=No test on entity, 1=Test with field entity, 'field@table'=Test with link by field@table (example 'fk_soc@societe') */ public $ismultientitymanaged = 0; diff --git a/htdocs/don/class/don.class.php b/htdocs/don/class/don.class.php index ef8c82f1b17..8b5b9740ed6 100644 --- a/htdocs/don/class/don.class.php +++ b/htdocs/don/class/don.class.php @@ -57,8 +57,8 @@ class Don extends CommonObject public $fk_element = 'fk_donation'; /** - * @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 + * @var int<0,1>|string Does this object support multicompany module ? + * 0=No test on entity, 1=Test with field entity, 'field@table'=Test with link by field@table (example 'fk_soc@societe') */ public $ismultientitymanaged = 1; diff --git a/htdocs/emailcollector/class/emailcollector.class.php b/htdocs/emailcollector/class/emailcollector.class.php index d2d80cd7c60..d02e88ddf3d 100644 --- a/htdocs/emailcollector/class/emailcollector.class.php +++ b/htdocs/emailcollector/class/emailcollector.class.php @@ -69,8 +69,8 @@ class EmailCollector extends CommonObject public $table_element = 'emailcollector_emailcollector'; /** - * @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 + * @var int<0,1>|string Does this object support multicompany module ? + * 0=No test on entity, 1=Test with field entity, 'field@table'=Test with link by field@table (example 'fk_soc@societe') */ public $ismultientitymanaged = 1; diff --git a/htdocs/emailcollector/class/emailcollectoraction.class.php b/htdocs/emailcollector/class/emailcollectoraction.class.php index 3d4053c7f87..821cb841cf4 100644 --- a/htdocs/emailcollector/class/emailcollectoraction.class.php +++ b/htdocs/emailcollector/class/emailcollectoraction.class.php @@ -43,7 +43,8 @@ class EmailCollectorAction extends CommonObject public $table_element = 'emailcollector_emailcollectoraction'; /** - * @var int<0,2>|string Does emailcollectoraction support multicompany module ? 0=No test on entity, 1=Test with field entity, 2=Test with link by societe + * @var int<0,1>|string Does this object support multicompany module ? + * 0=No test on entity, 1=Test with field entity, 'field@table'=Test with link by field@table (example 'fk_soc@societe') */ public $ismultientitymanaged = 0; diff --git a/htdocs/emailcollector/class/emailcollectorfilter.class.php b/htdocs/emailcollector/class/emailcollectorfilter.class.php index bb4c0d29581..359f5b5383c 100644 --- a/htdocs/emailcollector/class/emailcollectorfilter.class.php +++ b/htdocs/emailcollector/class/emailcollectorfilter.class.php @@ -45,7 +45,8 @@ class EmailCollectorFilter extends CommonObject public $table_element = 'emailcollector_emailcollectorfilter'; /** - * @var int<0,2>|string Does emailcollectorfilter support multicompany module ? 0=No test on entity, 1=Test with field entity, 2=Test with link by societe + * @var int<0,1>|string Does this object support multicompany module ? + * 0=No test on entity, 1=Test with field entity, 'field@table'=Test with link by field@table (example 'fk_soc@societe') */ public $ismultientitymanaged = 0; diff --git a/htdocs/eventorganization/class/conferenceorbooth.class.php b/htdocs/eventorganization/class/conferenceorbooth.class.php index abd79bbcaf4..556c46cbfff 100644 --- a/htdocs/eventorganization/class/conferenceorbooth.class.php +++ b/htdocs/eventorganization/class/conferenceorbooth.class.php @@ -50,8 +50,8 @@ class ConferenceOrBooth extends ActionComm public $table_element = 'actioncomm'; /** - * @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 + * @var int<0,1>|string Does this object support multicompany module ? + * 0=No test on entity, 1=Test with field entity, 'field@table'=Test with link by field@table (example 'fk_soc@societe') */ public $ismultientitymanaged = 1; diff --git a/htdocs/eventorganization/class/conferenceorboothattendee.class.php b/htdocs/eventorganization/class/conferenceorboothattendee.class.php index 2280f3ff81c..f47c8578704 100644 --- a/htdocs/eventorganization/class/conferenceorboothattendee.class.php +++ b/htdocs/eventorganization/class/conferenceorboothattendee.class.php @@ -50,8 +50,8 @@ class ConferenceOrBoothAttendee extends CommonObject public $table_element = 'eventorganization_conferenceorboothattendee'; /** - * @var int<0,2>|string 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,1>|string Does this object support multicompany module ? + * 0=No test on entity, 1=Test with field entity, 'field@table'=Test with link by field@table (example 'fk_soc@societe') */ public $ismultientitymanaged = 'fk_project@projet'; diff --git a/htdocs/expedition/class/expedition.class.php b/htdocs/expedition/class/expedition.class.php index 0196d92329a..1d805421a6e 100644 --- a/htdocs/expedition/class/expedition.class.php +++ b/htdocs/expedition/class/expedition.class.php @@ -75,8 +75,8 @@ class Expedition extends CommonObject public $table_element_line = "expeditiondet"; /** - * @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 + * @var int<0,1>|string Does this object support multicompany module ? + * 0=No test on entity, 1=Test with field entity, 'field@table'=Test with link by field@table (example 'fk_soc@societe') */ public $ismultientitymanaged = 1; diff --git a/htdocs/fourn/class/fournisseur.commande.class.php b/htdocs/fourn/class/fournisseur.commande.class.php index 32f1f8a74c1..858725e0963 100644 --- a/htdocs/fourn/class/fournisseur.commande.class.php +++ b/htdocs/fourn/class/fournisseur.commande.class.php @@ -75,8 +75,8 @@ class CommandeFournisseur extends CommonOrder public $picto = 'supplier_order'; /** - * @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 + * @var int<0,1>|string Does this object support multicompany module ? + * 0=No test on entity, 1=Test with field entity, 'field@table'=Test with link by field@table (example 'fk_soc@societe') */ public $ismultientitymanaged = 1; diff --git a/htdocs/fourn/class/fournisseur.facture.class.php b/htdocs/fourn/class/fournisseur.facture.class.php index c3e05daaf0f..eea4ef09121 100644 --- a/htdocs/fourn/class/fournisseur.facture.class.php +++ b/htdocs/fourn/class/fournisseur.facture.class.php @@ -78,8 +78,8 @@ class FactureFournisseur extends CommonInvoice public $picto = 'supplier_invoice'; /** - * @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 + * @var int<0,1>|string Does this object support multicompany module ? + * 0=No test on entity, 1=Test with field entity, 'field@table'=Test with link by field@table (example 'fk_soc@societe') */ public $ismultientitymanaged = 1; diff --git a/htdocs/holiday/class/holiday.class.php b/htdocs/holiday/class/holiday.class.php index 64a1906ab50..0b6d2aaaef9 100644 --- a/htdocs/holiday/class/holiday.class.php +++ b/htdocs/holiday/class/holiday.class.php @@ -45,8 +45,8 @@ class Holiday extends CommonObject public $table_element = 'holiday'; /** - * 0=No test on entity, 1=Test with field entity, 2=Test with link by societe - * @var int<0,2>|string + * @var int<0,1>|string Does this object support multicompany module ? + * 0=No test on entity, 1=Test with field entity, 'field@table'=Test with link by field@table (example 'fk_soc@societe') */ public $ismultientitymanaged = 0; diff --git a/htdocs/hrm/class/establishment.class.php b/htdocs/hrm/class/establishment.class.php index 8dc5016e5a4..c310ca01a1a 100644 --- a/htdocs/hrm/class/establishment.class.php +++ b/htdocs/hrm/class/establishment.class.php @@ -51,8 +51,8 @@ class Establishment extends CommonObject public $fk_element = 'fk_establishment'; /** - * @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 + * @var int<0,1>|string Does this object support multicompany module ? + * 0=No test on entity, 1=Test with field entity, 'field@table'=Test with link by field@table (example 'fk_soc@societe') */ public $ismultientitymanaged = 1; diff --git a/htdocs/hrm/class/evaluation.class.php b/htdocs/hrm/class/evaluation.class.php index 8aed3a21926..964b1a27d14 100644 --- a/htdocs/hrm/class/evaluation.class.php +++ b/htdocs/hrm/class/evaluation.class.php @@ -53,8 +53,8 @@ class Evaluation extends CommonObject public $table_element = 'hrm_evaluation'; /** - * @var int<0,2>|string 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,1>|string Does this object support multicompany module ? + * 0=No test on entity, 1=Test with field entity, 'field@table'=Test with link by field@table (example 'fk_soc@societe') */ public $ismultientitymanaged = 0; diff --git a/htdocs/hrm/class/evaluationdet.class.php b/htdocs/hrm/class/evaluationdet.class.php index 4c1724b57b2..2c1b6fb5af9 100644 --- a/htdocs/hrm/class/evaluationdet.class.php +++ b/htdocs/hrm/class/evaluationdet.class.php @@ -53,8 +53,8 @@ class EvaluationLine extends CommonObjectLine public $table_element = 'hrm_evaluationdet'; /** - * @var int<0,2>|string 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,1>|string Does this object support multicompany module ? + * 0=No test on entity, 1=Test with field entity, 'field@table'=Test with link by field@table (example 'fk_soc@societe') */ public $ismultientitymanaged = 0; diff --git a/htdocs/hrm/class/job.class.php b/htdocs/hrm/class/job.class.php index 08df6d717da..381f04f5386 100644 --- a/htdocs/hrm/class/job.class.php +++ b/htdocs/hrm/class/job.class.php @@ -52,8 +52,8 @@ class Job extends CommonObject public $table_element = 'hrm_job'; /** - * @var int<0,2>|string 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,1>|string Does this object support multicompany module ? + * 0=No test on entity, 1=Test with field entity, 'field@table'=Test with link by field@table (example 'fk_soc@societe') */ public $ismultientitymanaged = 0; diff --git a/htdocs/hrm/class/position.class.php b/htdocs/hrm/class/position.class.php index 6df2c10ad6b..653e701a4dd 100644 --- a/htdocs/hrm/class/position.class.php +++ b/htdocs/hrm/class/position.class.php @@ -51,8 +51,8 @@ class Position extends CommonObject public $table_element = 'hrm_job_user'; /** - * @var int<0,2>|string 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,1>|string Does this object support multicompany module ? + * 0=No test on entity, 1=Test with field entity, 'field@table'=Test with link by field@table (example 'fk_soc@societe') */ public $ismultientitymanaged = 0; diff --git a/htdocs/hrm/class/skill.class.php b/htdocs/hrm/class/skill.class.php index f3c482c7bf7..445b50e9b69 100644 --- a/htdocs/hrm/class/skill.class.php +++ b/htdocs/hrm/class/skill.class.php @@ -57,8 +57,8 @@ class Skill extends CommonObject public $table_element_line = 'skilldet'; /** - * @var int<0,2>|string 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,1>|string Does this object support multicompany module ? + * 0=No test on entity, 1=Test with field entity, 'field@table'=Test with link by field@table (example 'fk_soc@societe') */ public $ismultientitymanaged = 0; diff --git a/htdocs/hrm/class/skilldet.class.php b/htdocs/hrm/class/skilldet.class.php index 26eb71e4349..cdd227a0b72 100644 --- a/htdocs/hrm/class/skilldet.class.php +++ b/htdocs/hrm/class/skilldet.class.php @@ -51,8 +51,8 @@ class Skilldet extends CommonObjectLine public $table_element = 'hrm_skilldet'; /** - * @var int<0,2>|string 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,1>|string Does this object support multicompany module ? + * 0=No test on entity, 1=Test with field entity, 'field@table'=Test with link by field@table (example 'fk_soc@societe') */ public $ismultientitymanaged = 0; diff --git a/htdocs/hrm/class/skillrank.class.php b/htdocs/hrm/class/skillrank.class.php index 3fa18dd4070..6830adc1bef 100644 --- a/htdocs/hrm/class/skillrank.class.php +++ b/htdocs/hrm/class/skillrank.class.php @@ -52,8 +52,8 @@ class SkillRank extends CommonObject public $table_element = 'hrm_skillrank'; /** - * @var int<0,2>|string 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,1>|string Does this object support multicompany module ? + * 0=No test on entity, 1=Test with field entity, 'field@table'=Test with link by field@table (example 'fk_soc@societe') */ public $ismultientitymanaged = 0; diff --git a/htdocs/intracommreport/class/intracommreport.class.php b/htdocs/intracommreport/class/intracommreport.class.php index 8b06f385f14..1cffc432215 100644 --- a/htdocs/intracommreport/class/intracommreport.class.php +++ b/htdocs/intracommreport/class/intracommreport.class.php @@ -49,8 +49,8 @@ class IntracommReport extends CommonObject public $fk_element = 'fk_intracommreport'; /** - * @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 + * @var int<0,1>|string Does this object support multicompany module ? + * 0=No test on entity, 1=Test with field entity, 'field@table'=Test with link by field@table (example 'fk_soc@societe') */ public $ismultientitymanaged = 1; @@ -150,7 +150,7 @@ class IntracommReport extends CommonObject * @param string $mode 'O' for create, R for regenerate (Look always 0 meant toujours 0 within the framework of XML exchanges according to documentation) * @param string $type Declaration type by default - introduction or expedition (always 'expedition' for Des) * @param string $period_reference Period of reference - * @return string|false|0 Return a well-formed XML string based on SimpleXML element, false or 0 if error + * @return string|false Return a well-formed XML string based on SimpleXML element, false or 0 if error */ public function getXML($mode = 'O', $type = 'introduction', $period_reference = '') { @@ -201,7 +201,7 @@ class IntracommReport extends CommonObject if (!empty($res)) { return $e->asXML(); } else { - return 0; + return false; } } @@ -211,7 +211,7 @@ class IntracommReport extends CommonObject * @param int $period_year Year of declaration * @param int $period_month Month of declaration * @param string $type_declaration Declaration type by default - 'introduction' or 'expedition' (always 'expedition' for Des) - * @return string|false|0 Return a well-formed XML string based on SimpleXML element, false or 0 if error + * @return string|false Return a well-formed XML string based on SimpleXML element, false or 0 if error */ public function getXMLDes($period_year, $period_month, $type_declaration = 'expedition') { @@ -233,7 +233,7 @@ class IntracommReport extends CommonObject if (!empty($res)) { return $e->asXML(); } else { - return 0; + return false; } } diff --git a/htdocs/knowledgemanagement/class/knowledgerecord.class.php b/htdocs/knowledgemanagement/class/knowledgerecord.class.php index f04744b6180..4d2a6c25b94 100644 --- a/htdocs/knowledgemanagement/class/knowledgerecord.class.php +++ b/htdocs/knowledgemanagement/class/knowledgerecord.class.php @@ -49,8 +49,8 @@ class KnowledgeRecord extends CommonObject public $table_element = 'knowledgemanagement_knowledgerecord'; /** - * @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 + * @var int<0,1>|string Does this object support multicompany module ? + * 0=No test on entity, 1=Test with field entity, 'field@table'=Test with link by field@table (example 'fk_soc@societe') */ public $ismultientitymanaged = 1; diff --git a/htdocs/modulebuilder/template/class/myobject.class.php b/htdocs/modulebuilder/template/class/myobject.class.php index 6d360d28a35..34e8c513b15 100644 --- a/htdocs/modulebuilder/template/class/myobject.class.php +++ b/htdocs/modulebuilder/template/class/myobject.class.php @@ -55,8 +55,8 @@ class MyObject extends CommonObject //public $element_for_permission = 'mymodule'; /** - * @var int<0,2>|string 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,1>|string Does this object support multicompany module ? + * 0=No test on entity, 1=Test with field entity, 'field@table'=Test with link by field@table (example 'fk_soc@societe') */ public $ismultientitymanaged = 0; diff --git a/htdocs/mrp/class/mo.class.php b/htdocs/mrp/class/mo.class.php index 77c1c994715..0d2d62c159f 100644 --- a/htdocs/mrp/class/mo.class.php +++ b/htdocs/mrp/class/mo.class.php @@ -45,8 +45,8 @@ class Mo extends CommonObject public $table_element = 'mrp_mo'; /** - * @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 + * @var int<0,1>|string Does this object support multicompany module ? + * 0=No test on entity, 1=Test with field entity, 'field@table'=Test with link by field@table (example 'fk_soc@societe') */ public $ismultientitymanaged = 1; @@ -1999,7 +1999,8 @@ class MoLine extends CommonObjectLine public $table_element = 'mrp_production'; /** - * @var int<0,2>|string Does myobject support multicompany module ? 0=No test on entity, 1=Test with field entity, 2=Test with link by societe + * @var int<0,1>|string Does this object support multicompany module ? + * 0=No test on entity, 1=Test with field entity, 'field@table'=Test with link by field@table (example 'fk_soc@societe') */ public $ismultientitymanaged = 0; diff --git a/htdocs/partnership/class/partnership.class.php b/htdocs/partnership/class/partnership.class.php index bbca19cb7ac..6add3fb5f79 100644 --- a/htdocs/partnership/class/partnership.class.php +++ b/htdocs/partnership/class/partnership.class.php @@ -50,8 +50,8 @@ class Partnership extends CommonObject public $table_element = 'partnership'; /** - * @var int<0,2>|string 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,1>|string Does this object support multicompany module ? + * 0=No test on entity, 1=Test with field entity, 'field@table'=Test with link by field@table (example 'fk_soc@societe') */ public $ismultientitymanaged = 0; diff --git a/htdocs/partnership/class/partnership_type.class.php b/htdocs/partnership/class/partnership_type.class.php index dc3fde5f047..cafdf5fc1cf 100644 --- a/htdocs/partnership/class/partnership_type.class.php +++ b/htdocs/partnership/class/partnership_type.class.php @@ -52,8 +52,8 @@ class PartnershipType extends CommonObject public $picto = 'generic'; /** - * @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 + * @var int<0,1>|string Does this object support multicompany module ? + * 0=No test on entity, 1=Test with field entity, 'field@table'=Test with link by field@table (example 'fk_soc@societe') */ public $ismultientitymanaged = 1; diff --git a/htdocs/product/class/product.class.php b/htdocs/product/class/product.class.php index 850bbb88eae..c1313fcbd49 100644 --- a/htdocs/product/class/product.class.php +++ b/htdocs/product/class/product.class.php @@ -90,8 +90,8 @@ class Product extends CommonObject ); /** - * @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 + * @var int<0,1>|string Does this object support multicompany module ? + * 0=No test on entity, 1=Test with field entity, 'field@table'=Test with link by field@table (example 'fk_soc@societe') */ public $ismultientitymanaged = 1; diff --git a/htdocs/product/class/productfournisseurprice.class.php b/htdocs/product/class/productfournisseurprice.class.php index a4ae32f55e8..8c086b6454c 100644 --- a/htdocs/product/class/productfournisseurprice.class.php +++ b/htdocs/product/class/productfournisseurprice.class.php @@ -43,8 +43,8 @@ class ProductFournisseurPrice extends CommonObject public $table_element = 'product_fournisseur_price'; /** - * @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 + * @var int<0,1>|string Does this object support multicompany module ? + * 0=No test on entity, 1=Test with field entity, 'field@table'=Test with link by field@table (example 'fk_soc@societe') */ public $ismultientitymanaged = 1; diff --git a/htdocs/product/inventory/class/inventory.class.php b/htdocs/product/inventory/class/inventory.class.php index 794d66bbf76..49f7e5f5882 100644 --- a/htdocs/product/inventory/class/inventory.class.php +++ b/htdocs/product/inventory/class/inventory.class.php @@ -49,8 +49,8 @@ class Inventory extends CommonObject public $table_element = 'inventory'; /** - * @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 + * @var int<0,1>|string Does this object support multicompany module ? + * 0=No test on entity, 1=Test with field entity, 'field@table'=Test with link by field@table (example 'fk_soc@societe') */ public $ismultientitymanaged = 1; @@ -809,7 +809,8 @@ class InventoryLine extends CommonObjectLine public $table_element = 'inventorydet'; /** - * @var int<0,2>|string Does inventory support multicompany module ? 0=No test on entity, 1=Test with field entity, 2=Test with link by societe + * @var int<0,1>|string Does this object support multicompany module ? + * 0=No test on entity, 1=Test with field entity, 'field@table'=Test with link by field@table (example 'fk_soc@societe') */ public $ismultientitymanaged = 0; diff --git a/htdocs/product/stock/class/entrepot.class.php b/htdocs/product/stock/class/entrepot.class.php index 98906d7e5eb..27fb22f1b05 100644 --- a/htdocs/product/stock/class/entrepot.class.php +++ b/htdocs/product/stock/class/entrepot.class.php @@ -51,8 +51,8 @@ class Entrepot extends CommonObject public $picto = 'stock'; /** - * @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 + * @var int<0,1>|string Does this object support multicompany module ? + * 0=No test on entity, 1=Test with field entity, 'field@table'=Test with link by field@table (example 'fk_soc@societe') */ public $ismultientitymanaged = 1; diff --git a/htdocs/product/stock/class/productlot.class.php b/htdocs/product/stock/class/productlot.class.php index 0d8ab1e143b..1124edfd042 100644 --- a/htdocs/product/stock/class/productlot.class.php +++ b/htdocs/product/stock/class/productlot.class.php @@ -53,8 +53,8 @@ class Productlot extends CommonObject public $picto = 'lot'; /** - * @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 + * @var int<0,1>|string Does this object support multicompany module ? + * 0=No test on entity, 1=Test with field entity, 'field@table'=Test with link by field@table (example 'fk_soc@societe') */ public $ismultientitymanaged = 1; diff --git a/htdocs/product/stock/stocktransfer/class/stocktransfer.class.php b/htdocs/product/stock/stocktransfer/class/stocktransfer.class.php index 21493600984..b7c1c88017c 100644 --- a/htdocs/product/stock/stocktransfer/class/stocktransfer.class.php +++ b/htdocs/product/stock/stocktransfer/class/stocktransfer.class.php @@ -53,8 +53,8 @@ class StockTransfer extends CommonObject public $table_element_line = 'stocktransfer_stocktransferline'; /** - * @var int<0,2>|string 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,1>|string Does this object support multicompany module ? + * 0=No test on entity, 1=Test with field entity, 'field@table'=Test with link by field@table (example 'fk_soc@societe') */ public $ismultientitymanaged = 0; diff --git a/htdocs/product/stock/stocktransfer/class/stocktransferline.class.php b/htdocs/product/stock/stocktransfer/class/stocktransferline.class.php index c40b8ac0022..c8d0038cafc 100644 --- a/htdocs/product/stock/stocktransfer/class/stocktransferline.class.php +++ b/htdocs/product/stock/stocktransfer/class/stocktransferline.class.php @@ -46,8 +46,8 @@ class StockTransferLine extends CommonObjectLine public $table_element = 'stocktransfer_stocktransferline'; /** - * @var int<0,2>|string 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,1>|string Does this object support multicompany module ? + * 0=No test on entity, 1=Test with field entity, 'field@table'=Test with link by field@table (example 'fk_soc@societe') */ public $ismultientitymanaged = 0; diff --git a/htdocs/projet/class/project.class.php b/htdocs/projet/class/project.class.php index 3e8c5671e03..c6ba93b40f1 100644 --- a/htdocs/projet/class/project.class.php +++ b/htdocs/projet/class/project.class.php @@ -63,8 +63,8 @@ class Project extends CommonObject public $fk_element = 'fk_projet'; /** - * @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 + * @var int<0,1>|string Does this object support multicompany module ? + * 0=No test on entity, 1=Test with field entity, 'field@table'=Test with link by field@table (example 'fk_soc@societe') */ public $ismultientitymanaged = 1; diff --git a/htdocs/reception/class/reception.class.php b/htdocs/reception/class/reception.class.php index 19b5f297c76..5ee69147cdc 100644 --- a/htdocs/reception/class/reception.class.php +++ b/htdocs/reception/class/reception.class.php @@ -70,8 +70,8 @@ class Reception extends CommonObject public $table_element_line = "receptiondet_batch"; /** - * @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 + * @var int<0,1>|string Does this object support multicompany module ? + * 0=No test on entity, 1=Test with field entity, 'field@table'=Test with link by field@table (example 'fk_soc@societe') */ public $ismultientitymanaged = 1; // 0=No test on entity, 1=Test with field entity, 2=Test with link by societe diff --git a/htdocs/recruitment/class/recruitmentcandidature.class.php b/htdocs/recruitment/class/recruitmentcandidature.class.php index b925a7c91c5..c4a4bcaa991 100644 --- a/htdocs/recruitment/class/recruitmentcandidature.class.php +++ b/htdocs/recruitment/class/recruitmentcandidature.class.php @@ -49,8 +49,8 @@ class RecruitmentCandidature extends CommonObject public $table_element = 'recruitment_recruitmentcandidature'; /** - * @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 + * @var int<0,1>|string Does this object support multicompany module ? + * 0=No test on entity, 1=Test with field entity, 'field@table'=Test with link by field@table (example 'fk_soc@societe') */ public $ismultientitymanaged = 1; diff --git a/htdocs/recruitment/class/recruitmentjobposition.class.php b/htdocs/recruitment/class/recruitmentjobposition.class.php index cc8760684b7..7fa8b258c54 100644 --- a/htdocs/recruitment/class/recruitmentjobposition.class.php +++ b/htdocs/recruitment/class/recruitmentjobposition.class.php @@ -50,8 +50,8 @@ class RecruitmentJobPosition extends CommonObject public $table_element = 'recruitment_recruitmentjobposition'; /** - * @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 + * @var int<0,1>|string Does this object support multicompany module ? + * 0=No test on entity, 1=Test with field entity, 'field@table'=Test with link by field@table (example 'fk_soc@societe') */ public $ismultientitymanaged = 1; diff --git a/htdocs/societe/class/societe.class.php b/htdocs/societe/class/societe.class.php index 69553b67dc8..5e7da988b24 100644 --- a/htdocs/societe/class/societe.class.php +++ b/htdocs/societe/class/societe.class.php @@ -128,8 +128,8 @@ class Societe extends CommonObject public $picto = 'company'; /** - * @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 + * @var int<0,1>|string Does this object support multicompany module ? + * 0=No test on entity, 1=Test with field entity, 'field@table'=Test with link by field@table (example 'fk_soc@societe') */ public $ismultientitymanaged = 1; diff --git a/htdocs/societe/class/societeaccount.class.php b/htdocs/societe/class/societeaccount.class.php index 3f3adbf6bc8..d201894ac47 100644 --- a/htdocs/societe/class/societeaccount.class.php +++ b/htdocs/societe/class/societeaccount.class.php @@ -47,7 +47,8 @@ class SocieteAccount extends CommonObject public $table_element = 'societe_account'; /** - * @var int<0,2>|string Does societeaccount support multicompany module ? 0=No test on entity, 1=Test with field entity, 2=Test with link by societe + * @var int<0,1>|string Does this object support multicompany module ? + * 0=No test on entity, 1=Test with field entity, 'field@table'=Test with link by field@table (example 'fk_soc@societe') */ public $ismultientitymanaged = 0; diff --git a/htdocs/supplier_proposal/class/supplier_proposal.class.php b/htdocs/supplier_proposal/class/supplier_proposal.class.php index aa79d31dde0..2922a32aa84 100644 --- a/htdocs/supplier_proposal/class/supplier_proposal.class.php +++ b/htdocs/supplier_proposal/class/supplier_proposal.class.php @@ -78,8 +78,8 @@ class SupplierProposal extends CommonObject public $picto = 'supplier_proposal'; /** - * @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 + * @var int<0,1>|string Does this object support multicompany module ? + * 0=No test on entity, 1=Test with field entity, 'field@table'=Test with link by field@table (example 'fk_soc@societe') */ public $ismultientitymanaged = 1; diff --git a/htdocs/ticket/class/cticketcategory.class.php b/htdocs/ticket/class/cticketcategory.class.php index 7fa07ecda71..24de76501af 100644 --- a/htdocs/ticket/class/cticketcategory.class.php +++ b/htdocs/ticket/class/cticketcategory.class.php @@ -50,8 +50,8 @@ class CTicketCategory extends CommonObject public $table_element = 'c_ticket_category'; /** - * @var int<0,2>|string 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,1>|string Does this object support multicompany module ? + * 0=No test on entity, 1=Test with field entity, 'field@table'=Test with link by field@table (example 'fk_soc@societe') */ public $ismultientitymanaged = 0; diff --git a/htdocs/ticket/class/ticket.class.php b/htdocs/ticket/class/ticket.class.php index 7e18cf94835..662297155a7 100644 --- a/htdocs/ticket/class/ticket.class.php +++ b/htdocs/ticket/class/ticket.class.php @@ -60,8 +60,8 @@ class Ticket extends CommonObject public $fk_element = 'fk_ticket'; /** - * @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 + * @var int<0,1>|string Does this object support multicompany module ? + * 0=No test on entity, 1=Test with field entity, 'field@table'=Test with link by field@table (example 'fk_soc@societe') */ public $ismultientitymanaged = 1; diff --git a/htdocs/user/class/user.class.php b/htdocs/user/class/user.class.php index 65142f57663..7f021caca18 100644 --- a/htdocs/user/class/user.class.php +++ b/htdocs/user/class/user.class.php @@ -66,8 +66,8 @@ class User extends CommonObject public $fk_element = 'fk_user'; /** - * @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 + * @var int<0,1>|string Does this object support multicompany module ? + * 0=No test on entity, 1=Test with field entity, 'field@table'=Test with link by field@table (example 'fk_soc@societe') */ public $ismultientitymanaged = 1; diff --git a/htdocs/user/class/usergroup.class.php b/htdocs/user/class/usergroup.class.php index ff303550531..73598f7f8cf 100644 --- a/htdocs/user/class/usergroup.class.php +++ b/htdocs/user/class/usergroup.class.php @@ -51,8 +51,8 @@ class UserGroup extends CommonObject public $table_element = 'usergroup'; /** - * @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 + * @var int<0,1>|string Does this object support multicompany module ? + * 0=No test on entity, 1=Test with field entity, 'field@table'=Test with link by field@table (example 'fk_soc@societe') */ public $ismultientitymanaged = 1; diff --git a/htdocs/variants/class/ProductAttribute.class.php b/htdocs/variants/class/ProductAttribute.class.php index 7c0bacc4b18..32c126f562b 100644 --- a/htdocs/variants/class/ProductAttribute.class.php +++ b/htdocs/variants/class/ProductAttribute.class.php @@ -57,8 +57,8 @@ class ProductAttribute extends CommonObject public $fk_element = 'fk_product_attribute'; /** - * @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 + * @var int<0,1>|string Does this object support multicompany module ? + * 0=No test on entity, 1=Test with field entity, 'field@table'=Test with link by field@table (example 'fk_soc@societe') */ public $ismultientitymanaged = 1; diff --git a/htdocs/variants/class/ProductAttributeValue.class.php b/htdocs/variants/class/ProductAttributeValue.class.php index 1b1f441574a..b99db84fc68 100644 --- a/htdocs/variants/class/ProductAttributeValue.class.php +++ b/htdocs/variants/class/ProductAttributeValue.class.php @@ -40,8 +40,8 @@ class ProductAttributeValue extends CommonObjectLine public $table_element = 'product_attribute_value'; /** - * @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 + * @var int<0,1>|string Does this object support multicompany module ? + * 0=No test on entity, 1=Test with field entity, 'field@table'=Test with link by field@table (example 'fk_soc@societe') */ public $ismultientitymanaged = 1; diff --git a/htdocs/webhook/class/target.class.php b/htdocs/webhook/class/target.class.php index cfbfccc6e44..24e1b7c1a37 100644 --- a/htdocs/webhook/class/target.class.php +++ b/htdocs/webhook/class/target.class.php @@ -50,8 +50,8 @@ class Target extends CommonObject public $table_element = 'webhook_target'; /** - * @var int<0,2>|string 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,1>|string Does this object support multicompany module ? + * 0=No test on entity, 1=Test with field entity, 'field@table'=Test with link by field@table (example 'fk_soc@societe') */ public $ismultientitymanaged = 0; diff --git a/htdocs/website/class/website.class.php b/htdocs/website/class/website.class.php index bef3914dca2..83ed3e8509c 100644 --- a/htdocs/website/class/website.class.php +++ b/htdocs/website/class/website.class.php @@ -48,8 +48,8 @@ class Website extends CommonObject public $table_element = 'website'; /** - * @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 + * @var int<0,1>|string Does this object support multicompany module ? + * 0=No test on entity, 1=Test with field entity, 'field@table'=Test with link by field@table (example 'fk_soc@societe') */ public $ismultientitymanaged = 1; diff --git a/htdocs/workstation/class/workstation.class.php b/htdocs/workstation/class/workstation.class.php index 8dd5c2a5a18..c7fe7aaf676 100644 --- a/htdocs/workstation/class/workstation.class.php +++ b/htdocs/workstation/class/workstation.class.php @@ -48,8 +48,8 @@ class Workstation extends CommonObject public $table_element = 'workstation_workstation'; /** - * @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 + * @var int<0,1>|string Does this object support multicompany module ? + * 0=No test on entity, 1=Test with field entity, 'field@table'=Test with link by field@table (example 'fk_soc@societe') */ public $ismultientitymanaged = 1; diff --git a/htdocs/zapier/class/hook.class.php b/htdocs/zapier/class/hook.class.php index 693c1ca6524..65daef8827b 100644 --- a/htdocs/zapier/class/hook.class.php +++ b/htdocs/zapier/class/hook.class.php @@ -40,7 +40,8 @@ class Hook extends CommonObject public $table_element = 'zapier_hook'; /** - * @var int<0,2>|string Does hook support multicompany module ? 0=No test on entity, 1=Test with field entity, 2=Test with link by societe + * @var int<0,1>|string Does this object support multicompany module ? + * 0=No test on entity, 1=Test with field entity, 'field@table'=Test with link by field@table (example 'fk_soc@societe') */ public $ismultientitymanaged = 0;