Ajout du param de conf : conf->societe

This commit is contained in:
Rodolphe Quiedeville 2003-06-10 12:25:52 +00:00
parent 31007ed276
commit f077b23ec6

View File

@ -138,6 +138,12 @@ if (defined("MAIN_MODULE_COMMANDE"))
$conf->commande->enabled=MAIN_MODULE_COMMANDE;
}
if (defined("MAIN_MODULE_SOCIETE"))
{
$conf->societe = 1 ;
}
if (defined("MAIN_MODULE_COMMERCIAL"))
{
$conf->commercial->enabled=MAIN_MODULE_COMMERCIAL;