forked from Wavyzz/dolibarr
Renumrotation
This commit is contained in:
@@ -54,7 +54,10 @@ class modClickToDial extends DolibarrModules
|
||||
$this->family = "technic";
|
||||
$this->name = "ClickToDial";
|
||||
$this->description = "Gestion du Click To Dial";
|
||||
$this->version = 'experimental'; // 'experimental' or 'dolibarr' or version
|
||||
|
||||
$this->revision = explode(" ","$Revision$");
|
||||
$this->version = $this->revision[1];
|
||||
|
||||
$this->const_name = "MAIN_MODULE_CLICKTODIAL";
|
||||
$this->const_config = MAIN_MODULE_CLICKTODIAL;
|
||||
$this->special = 1;
|
||||
|
||||
Reference in New Issue
Block a user