mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-07 16:41:48 +01:00
New: Ajout du "potentiel" des prospects
This commit is contained in:
@@ -55,7 +55,7 @@ class modSociete extends DolibarrModules
|
||||
|
||||
$this->family = "crm";
|
||||
$this->name = "Module societe";
|
||||
$this->description = "Gestion des soci<EFBFBD>t<EFBFBD>s et contacts";
|
||||
$this->description = "Gestion des societes et contacts";
|
||||
|
||||
$this->revision = explode(' ','$Revision$');
|
||||
$this->version = $this->revision[1];
|
||||
|
||||
@@ -1483,6 +1483,12 @@ function migrate_module_menus($db,$langs,$conf)
|
||||
$mod=new modMantis($db);
|
||||
$mod->init();
|
||||
}
|
||||
if (! empty($conf->global->MAIN_MODULE_SOCIETE))
|
||||
{
|
||||
require_once(DOL_DOCUMENT_ROOT.'/includes/modules/modSociete.class.php');
|
||||
$mod=new modSociete($db);
|
||||
$mod->init();
|
||||
}
|
||||
}
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user