From c1cc01526a978b825557a44336c9ba64b43ef2f1 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sat, 1 May 2004 01:08:00 +0000 Subject: [PATCH] =?UTF-8?q?La=20fonctionnalit=E9=20des=20Contrats=20de=20s?= =?UTF-8?q?ervices=20a=20=E9t=E9=20isol=E9e=20dans=20un=20module=20ind=E9p?= =?UTF-8?q?endant=20ce=20qui=20permet=20de=20ne=20pas=20l'activer=20pour?= =?UTF-8?q?=20ceux=20qui=20ne=20la=20veulent=20pas.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/main.inc.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/htdocs/main.inc.php b/htdocs/main.inc.php index 22f06f44c2f..ce58ef0379c 100644 --- a/htdocs/main.inc.php +++ b/htdocs/main.inc.php @@ -245,6 +245,10 @@ if (defined("MAIN_MODULE_STOCK")) { $conf->stock->enabled=MAIN_MODULE_STOCK; } +if (defined("MAIN_MODULE_CONTRAT")) +{ + $conf->contrat->enabled=MAIN_MODULE_CONTRAT; +} if (defined("MAIN_MODULE_BOUTIQUE")) { $conf->boutique->enabled=MAIN_MODULE_BOUTIQUE;