Renumrotation du module
This commit is contained in:
parent
a0ab305b06
commit
a6780949d7
@ -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';
|
||||
|
||||
Loading…
Reference in New Issue
Block a user