forked from Wavyzz/dolibarr
- New: Enable feature developed for 3.6 we forgot to enabled: Adding
prefix on uploaded file names. - New: No more dependency between contract and service module.
This commit is contained in:
@@ -64,7 +64,7 @@ class modService extends DolibarrModules
|
||||
|
||||
// Dependancies
|
||||
$this->depends = array();
|
||||
$this->requiredby = array("modContrat");
|
||||
$this->requiredby = array();
|
||||
|
||||
// Config pages
|
||||
$this->config_page_url = array("product.php@product");
|
||||
|
||||
Reference in New Issue
Block a user