2
0
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:
Laurent Destailleur
2014-07-19 22:05:35 +02:00
parent b42a33b203
commit 04a20d2008
7 changed files with 59 additions and 33 deletions

View File

@@ -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");