Skip to content
Snippets Groups Projects
Commit fa33c48c authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

New: Ajout du "potentiel" des prospects

parent 6bd6e4a3
No related branches found
No related tags found
No related merge requests found
......@@ -55,7 +55,7 @@ class modSociete extends DolibarrModules
$this->family = "crm";
$this->name = "Module societe";
$this->description = "Gestion des soci�t�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();
}
}
/*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment