mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
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