diff --git a/htdocs/includes/modules/modProduit.class.php b/htdocs/includes/modules/modProduit.class.php index 05654e07a81..35e8a8ff6ef 100644 --- a/htdocs/includes/modules/modProduit.class.php +++ b/htdocs/includes/modules/modProduit.class.php @@ -54,7 +54,10 @@ class modProduit extends DolibarrModules $this->family = "products"; $this->name = "Produit"; $this->description = "Gestion des produits"; - $this->version = 'dolibarr'; // 'experimental' or 'dolibarr' or version + + $this->revision = explode(" ","$Revision$"); + $this->version = $this->revision[1]; + $this->const_name = "MAIN_MODULE_PRODUIT"; $this->const_config = MAIN_MODULE_PRODUIT; $this->special = 0;