Fix: Module category must not activate product module
This commit is contained in:
parent
1cba3eb549
commit
4f36d2dbc1
@ -62,7 +62,7 @@ class modCategorie extends DolibarrModules
|
|||||||
$this->dirs = array();
|
$this->dirs = array();
|
||||||
|
|
||||||
// Dependencies
|
// Dependencies
|
||||||
$this->depends = array("modProduit");
|
$this->depends = array();
|
||||||
|
|
||||||
// Config pages
|
// Config pages
|
||||||
$this->config_page_url = array();
|
$this->config_page_url = array();
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user