Remove commercial module

This commit is contained in:
Laurent Destailleur 2009-05-08 01:15:09 +00:00
parent cbdd29a51a
commit 053a754989
4 changed files with 4 additions and 4 deletions

View File

@ -70,7 +70,7 @@ class modCommande extends DolibarrModules
$this->config_page_url = array("commande.php");
// Dependancies
$this->depends = array("modCommercial");
$this->depends = array();
$this->requiredby = array("modExpedition");
$this->conflictwith = array();
$this->langfiles = array("orders","bills","companies","products");

View File

@ -69,7 +69,7 @@ class modFicheinter extends DolibarrModules
$this->dirs = array("/ficheinter/temp");
// Dependencies
$this->depends = array("modSociete","modCommercial");
$this->depends = array("modSociete");
$this->requiredby = array();
$this->conflictwith = array();
$this->langfiles = array("bills","companies","interventions");

View File

@ -67,7 +67,7 @@ class modPropale extends DolibarrModules
$this->dirs = array("/propale/temp");
// Dependancies
$this->depends = array("modSociete","modCommercial");
$this->depends = array("modSociete");
$this->requiredby = array();
$this->config_page_url = array("propale.php");
$this->langfiles = array("propal","bills","companies","deliveries","products");

View File

@ -85,7 +85,7 @@ class modSociete extends DolibarrModules
// Dependances
$this->depends = array();
$this->requiredby = array("modCommercial","modExpedition","modFacture","modFournisseur","modFicheinter","modPropale","modContrat","modCommande");
$this->requiredby = array("modExpedition","modFacture","modFournisseur","modFicheinter","modPropale","modContrat","modCommande");
$this->langfiles = array("companies");
// Constantes