mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-08 17:02:34 +01:00
Recriture gestion des notifications pour tre gres par un module indpendant et via le mcanisme des triggers.
Ceci afin de simplifier le code et de permettre le notifications sur n'importe quel vennement Dolibarr.
This commit is contained in:
@@ -55,8 +55,7 @@ class modClickToDial extends DolibarrModules
|
||||
$this->name = "ClickToDial";
|
||||
$this->description = "Gestion du Click To Dial";
|
||||
|
||||
$this->revision = explode(' ','$Revision$');
|
||||
$this->version = $this->revision[1];
|
||||
$this->version = 'development'; // 'development' or 'experimental' or 'dolibarr' or version
|
||||
|
||||
$this->const_name = 'MAIN_MODULE_CLICKTODIAL';
|
||||
$this->special = 1;
|
||||
|
||||
Reference in New Issue
Block a user