Ajout du param de conf : conf->societe
This commit is contained in:
parent
31007ed276
commit
f077b23ec6
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user