Renumrotation du module

This commit is contained in:
Rodolphe Quiedeville 2005-07-30 20:49:44 +00:00
parent a0ab305b06
commit a6780949d7

View File

@ -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';