Skip to content
Snippets Groups Projects
Commit d1843f3b authored by Rodolphe Quiedeville's avatar Rodolphe Quiedeville
Browse files

Nouvelle numérotation

parent 92d32edd
No related branches found
No related tags found
No related merge requests found
......@@ -52,7 +52,10 @@ class modContrat extends DolibarrModules
$this->family = "crm";
$this->name = "Contrats";
$this->description = "Gestion des contrats de services";
$this->version = 'dolibarr'; // 'experimental' or 'dolibarr' or version
$this->revision = explode(" ","$Revision$");
$this->version = $this->revision[1];
$this->const_name = "MAIN_MODULE_CONTRAT";
$this->const_config = MAIN_MODULE_CONTRAT;
$this->special = 0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment