changement de statut
This commit is contained in:
parent
e1e36caa83
commit
a0b058421d
@ -54,7 +54,11 @@ class modCategorie extends DolibarrModules
|
|||||||
$this->family = "products";
|
$this->family = "products";
|
||||||
$this->name = "Catégorie";
|
$this->name = "Catégorie";
|
||||||
$this->description = "Gestion des catégories de produits";
|
$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->const_name = 'MAIN_MODULE_CATEGORIE';
|
||||||
$this->special = 0;
|
$this->special = 0;
|
||||||
$this->picto = '';
|
$this->picto = '';
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user