Merge pull request #18175 from defrance/patch-170

FIX : "disabled" field missing on definition
This commit is contained in:
Laurent Destailleur 2021-08-17 23:34:34 +02:00 committed by GitHub
commit da3fb82868
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -266,6 +266,11 @@ class DolibarrModules // Can not be abstract, because we need to instantiate it
*/
public $always_enabled;
/**
* @var bool Module is disabled
*/
public $disabled;
/**
* @var int Module is enabled globally (Multicompany support)
*/