forked from Wavyzz/dolibarr
FIX : "disabled" field missing on definition
This commit is contained in:
@@ -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)
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user