Ajout prise en compte des catgories

This commit is contained in:
Rodolphe Quiedeville 2005-04-13 10:01:51 +00:00
parent c932336596
commit fb5ac454b2

View File

@ -263,6 +263,11 @@ if (defined("MAIN_MODULE_PRODUIT"))
$conf->produit->dir_output=DOL_DATA_ROOT."/produit";
$conf->produit->dir_images=DOL_DATA_ROOT."/produit/images";
if (defined("MAIN_MODULE_CATEGORIE"))
{
$conf->categorie->enabled=MAIN_MODULE_CATEGORIE;
}
if (defined("MAIN_MODULE_SERVICE"))
{
$conf->service->enabled=MAIN_MODULE_SERVICE;