Deactivate conflict with Mod Deplacement - Need to access on old data
This commit is contained in:
parent
39192163c6
commit
df305bd316
@ -84,7 +84,7 @@ class modExpenseReport extends DolibarrModules
|
|||||||
|
|
||||||
// Dependencies
|
// Dependencies
|
||||||
$this->depends = array(); // List of modules id that must be enabled if this module is enabled
|
$this->depends = array(); // List of modules id that must be enabled if this module is enabled
|
||||||
$this->conflictwith = array("modDeplacement");
|
// $this->conflictwith = array("modDeplacement"); // Deactivate for access on old information
|
||||||
$this->requiredby = array(); // List of modules id to disable if this one is disabled
|
$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->phpmin = array(4,3); // Minimum version of PHP required by module
|
||||||
$this->need_dolibarr_version = array(3,7); // Minimum version of Dolibarr required by module
|
$this->need_dolibarr_version = array(3,7); // Minimum version of Dolibarr required by module
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user