New: Ajout du "potentiel" des prospects
This commit is contained in:
parent
6bd6e4a309
commit
fa33c48cbc
@ -55,7 +55,7 @@ class modSociete extends DolibarrModules
|
|||||||
|
|
||||||
$this->family = "crm";
|
$this->family = "crm";
|
||||||
$this->name = "Module societe";
|
$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->revision = explode(' ','$Revision$');
|
||||||
$this->version = $this->revision[1];
|
$this->version = $this->revision[1];
|
||||||
|
|||||||
@ -1483,6 +1483,12 @@ function migrate_module_menus($db,$langs,$conf)
|
|||||||
$mod=new modMantis($db);
|
$mod=new modMantis($db);
|
||||||
$mod->init();
|
$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();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user