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"); $this->config_page_url = array("commande.php");
// Dependancies // Dependancies
$this->depends = array("modCommercial"); $this->depends = array();
$this->requiredby = array("modExpedition"); $this->requiredby = array("modExpedition");
$this->conflictwith = array(); $this->conflictwith = array();
$this->langfiles = array("orders","bills","companies","products"); $this->langfiles = array("orders","bills","companies","products");

View File

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

View File

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

View File

@ -85,7 +85,7 @@ class modSociete extends DolibarrModules
// Dependances // Dependances
$this->depends = array(); $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"); $this->langfiles = array("companies");
// Constantes // Constantes