forked from Wavyzz/dolibarr
New: Rangement des modules dans une famille (CRM, Finance, Produit, ...)
This commit is contained in:
@@ -34,12 +34,16 @@ class modContrat extends DolibarrModules
|
||||
{
|
||||
$this->db = $DB ;
|
||||
$this->numero = 54 ;
|
||||
|
||||
$this->family = "crm";
|
||||
$this->name = "Contrats";
|
||||
$this->description = "Gestion des contrats de services";
|
||||
$this->const_name = "MAIN_MODULE_CONTRAT";
|
||||
$this->const_config = MAIN_MODULE_CONTRAT;
|
||||
|
||||
// D<>pendances
|
||||
$this->depends = array("modService");
|
||||
$this->requiredby = array();
|
||||
|
||||
$this->const = array();
|
||||
$this->boxes = array();
|
||||
|
||||
Reference in New Issue
Block a user