Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop
This commit is contained in:
commit
04ce50c6f3
@ -266,6 +266,11 @@ class DolibarrModules // Can not be abstract, because we need to instantiate it
|
|||||||
*/
|
*/
|
||||||
public $always_enabled;
|
public $always_enabled;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @var bool Module is disabled
|
||||||
|
*/
|
||||||
|
public $disabled;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @var int Module is enabled globally (Multicompany support)
|
* @var int Module is enabled globally (Multicompany support)
|
||||||
*/
|
*/
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user