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();
|
||||
|
||||
// Dependencies
|
||||
$this->depends = array("modProduit");
|
||||
$this->depends = array();
|
||||
|
||||
// Config pages
|
||||
$this->config_page_url = array();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user