changement de statut

This commit is contained in:
Regis Houssin 2006-03-22 13:44:35 +00:00
parent e1e36caa83
commit a0b058421d

View File

@ -54,7 +54,11 @@ class modCategorie extends DolibarrModules
$this->family = "products";
$this->name = "Catégorie";
$this->description = "Gestion des catégories de produits";
$this->version = 'experimental'; // 'development' or 'experimental' or 'dolibarr' or version
$this->revision = explode(' ','$Revision$');
$this->version = $this->revision[1];
//$this->version = 'experimental'; // 'development' or 'experimental' or 'dolibarr' or version
$this->const_name = 'MAIN_MODULE_CATEGORIE';
$this->special = 0;
$this->picto = '';