Renumrotation du module
This commit is contained in:
parent
c1e41cbc4a
commit
c5be4b43bc
@ -54,7 +54,10 @@ class modCommercial extends DolibarrModules
|
||||
$this->family = "crm";
|
||||
$this->name = "Commercial";
|
||||
$this->description = "Gestion commercial";
|
||||
$this->version = 'dolibarr'; // 'experimental' or 'dolibarr' or version
|
||||
|
||||
$this->revision = explode(" ","$Revision$");
|
||||
$this->version = $this->revision[1];
|
||||
|
||||
$this->const_name = "MAIN_MODULE_COMMERCIAL";
|
||||
$this->const_config = MAIN_MODULE_COMMERCIAL;
|
||||
$this->special = 0;
|
||||
|
||||
@ -54,7 +54,10 @@ class modComptabilite extends DolibarrModules
|
||||
$this->family = "financial";
|
||||
$this->name = "Comptabilite";
|
||||
$this->description = "Gestion sommaire de comptabilité";
|
||||
$this->version = 'dolibarr'; // 'experimental' or 'dolibarr' or version
|
||||
|
||||
$this->revision = explode(" ","$Revision$");
|
||||
$this->version = $this->revision[1];
|
||||
|
||||
$this->const_name = "MAIN_MODULE_COMPTABILITE";
|
||||
$this->const_config = MAIN_MODULE_COMPTABILITE;
|
||||
|
||||
|
||||
@ -53,7 +53,10 @@ class modDeplacement extends DolibarrModules
|
||||
$this->family = "crm";
|
||||
$this->name = "Déplacement"; // Si traduction Module75Name non trouvée
|
||||
$this->description = "Gestion des déplacements"; // Si traduction Module75Desc non trouvée
|
||||
$this->version = 'dolibarr'; // 'experimental' or 'dolibarr' or version
|
||||
|
||||
$this->revision = explode(" ","$Revision$");
|
||||
$this->version = $this->revision[1];
|
||||
|
||||
$this->const_name = "MAIN_MODULE_DEPLACEMENT";
|
||||
$this->const_config = MAIN_MODULE_DEPLACEMENT;
|
||||
$this->special = 0;
|
||||
|
||||
@ -55,7 +55,10 @@ class modFacture extends DolibarrModules
|
||||
$this->family = "financial";
|
||||
$this->name = "Factures";
|
||||
$this->description = "Gestion des factures";
|
||||
$this->version = 'dolibarr'; // 'experimental' or 'dolibarr' or version
|
||||
|
||||
$this->revision = explode(" ","$Revision$");
|
||||
$this->version = $this->revision[1];
|
||||
|
||||
$this->const_name = "MAIN_MODULE_FACTURE";
|
||||
$this->const_config = MAIN_MODULE_FACTURE;
|
||||
$this->special = 0;
|
||||
|
||||
@ -56,7 +56,10 @@ class modFicheinter extends DolibarrModules
|
||||
$this->family = "crm";
|
||||
$this->name = "Fiche d'intervention";
|
||||
$this->description = "Gestion des fiches d'intervention";
|
||||
$this->version = 'dolibarr'; // 'experimental' or 'dolibarr' or version
|
||||
|
||||
$this->revision = explode(" ","$Revision$");
|
||||
$this->version = $this->revision[1];
|
||||
|
||||
$this->const_name = "MAIN_MODULE_FICHEINTER";
|
||||
$this->const_config = MAIN_MODULE_FICHEINTER;
|
||||
$this->special = 0;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user