diff --git a/htdocs/includes/modules/modService.class.php b/htdocs/includes/modules/modService.class.php index 623bf24fc89..63caacec7b2 100644 --- a/htdocs/includes/modules/modService.class.php +++ b/htdocs/includes/modules/modService.class.php @@ -55,7 +55,10 @@ class modService extends DolibarrModules $this->family = "products"; $this->name = "Service"; $this->description = "Gestion des services"; - $this->version = 'dolibarr'; // 'experimental' or 'dolibarr' or version + + $this->revision = explode(" ","$Revision$"); + $this->version = $this->revision[1]; + $this->const_name = "MAIN_MODULE_SERVICE"; $this->const_config = MAIN_MODULE_SERVICE; $this->picto='service';