Fix: need dolibarr version
This commit is contained in:
parent
317dcff9e9
commit
329c93078b
@ -80,7 +80,7 @@ class modMultiCompany extends DolibarrModules
|
||||
$this->depends = array(); // List of modules id that must be enabled if this module is enabled
|
||||
$this->requiredby = array(); // List of modules id to disable if this one is disabled
|
||||
$this->phpmin = array(4,3); // Minimum version of PHP required by module
|
||||
$this->need_dolibarr_version = array(2,6); // Minimum version of Dolibarr required by module
|
||||
$this->need_dolibarr_version = array(2,9); // Minimum version of Dolibarr required by module
|
||||
$this->langfiles = array("multicompany");
|
||||
|
||||
// Constants
|
||||
|
||||
Loading…
Reference in New Issue
Block a user