From a6780949d772a236e25f8e89d547ef623ca4cac2 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Sat, 30 Jul 2005 20:49:44 +0000 Subject: [PATCH] =?UTF-8?q?Renum=E9rotation=20du=20module?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/includes/modules/modService.class.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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';