forked from Wavyzz/dolibarr
New: Rangement des modules dans une famille (CRM, Finance, Produit, ...)
This commit is contained in:
@@ -35,11 +35,14 @@ class modService extends DolibarrModules
|
||||
{
|
||||
$this->db = $DB ;
|
||||
$this->numero = 53 ;
|
||||
|
||||
$this->family = "products";
|
||||
$this->name = "Service";
|
||||
$this->description = "Gestion des services";
|
||||
$this->const_name = "MAIN_MODULE_SERVICE";
|
||||
$this->const_config = MAIN_MODULE_SERVICE;
|
||||
|
||||
// D<>pendances
|
||||
$this->depends = array("modProduit");
|
||||
$this->requiredby = array("modContrat");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user