Module categori mis dans famille plus generale que produit car sert aussi pour les clients ou fournisseurs
This commit is contained in:
parent
7f07e7edc6
commit
f36bcb34bc
@ -48,9 +48,9 @@ class modCategorie extends DolibarrModules
|
||||
$this->id = 'categorie'; // Same value xxx than in file modXxx.class.php file
|
||||
$this->numero = 1780;
|
||||
|
||||
$this->family = "products";
|
||||
$this->name = "Catégories de produit";
|
||||
$this->description = "Gestion des catégories de produits";
|
||||
$this->family = "technic";
|
||||
$this->name = "Catégories";
|
||||
$this->description = "Gestion des catégories (produits, clients, fournisseurs...)";
|
||||
|
||||
$this->revision = explode(' ','$Revision$');
|
||||
$this->version = $this->revision[1];
|
||||
|
||||
Loading…
Reference in New Issue
Block a user