mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-07 16:41:48 +01:00
- 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:
@@ -60,7 +60,7 @@ class modContrat extends DolibarrModules
|
||||
$this->dirs = array("/contract/temp");
|
||||
|
||||
// Dependances
|
||||
$this->depends = array("modSociete","modService");
|
||||
$this->depends = array("modSociete");
|
||||
$this->requiredby = array();
|
||||
|
||||
// Config pages
|
||||
|
||||
Reference in New Issue
Block a user