Fix: need dolibarr version

This commit is contained in:
Regis Houssin 2010-02-23 11:23:33 +00:00
parent 317dcff9e9
commit 329c93078b

View File

@ -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