Fix: Correction fautes de typo.
This commit is contained in:
parent
d471782867
commit
48f4607a0a
@ -34,7 +34,7 @@ class modContrat extends DolibarrModules
|
|||||||
{
|
{
|
||||||
$this->db = $DB ;
|
$this->db = $DB ;
|
||||||
$this->numero = 54 ;
|
$this->numero = 54 ;
|
||||||
$this->name = "Contrats de service";
|
$this->name = "Contrats";
|
||||||
$this->description = "Gestion des contrats de services";
|
$this->description = "Gestion des contrats de services";
|
||||||
$this->const_name = "MAIN_MODULE_CONTRAT";
|
$this->const_name = "MAIN_MODULE_CONTRAT";
|
||||||
$this->const_config = MAIN_MODULE_CONTRAT;
|
$this->const_config = MAIN_MODULE_CONTRAT;
|
||||||
|
|||||||
@ -35,7 +35,7 @@ class modPropale extends DolibarrModules
|
|||||||
$this->db = $DB ;
|
$this->db = $DB ;
|
||||||
$this->numero = 20 ;
|
$this->numero = 20 ;
|
||||||
$this->name = "Propositions commerciales";
|
$this->name = "Propositions commerciales";
|
||||||
$this->description = "Gestion des proposition commerciale";
|
$this->description = "Gestion des propositions commerciales";
|
||||||
$this->const_name = "MAIN_MODULE_PROPALE";
|
$this->const_name = "MAIN_MODULE_PROPALE";
|
||||||
$this->const_config = MAIN_MODULE_PROPALE;
|
$this->const_config = MAIN_MODULE_PROPALE;
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user