Better help

This commit is contained in:
Laurent Destailleur
2017-08-03 12:04:13 +02:00
parent 8cd2235b4b
commit 00a1893d93
3 changed files with 13 additions and 4 deletions

View File

@@ -45,6 +45,7 @@ class modNotification extends DolibarrModules
// Module label (no space allowed), used if translation string 'ModuleXXXName' not found (where XXX is value of numeric property 'numero' of module)
$this->name = preg_replace('/^mod/i','',get_class($this));
$this->description = "EMail notifications (push) on business Dolibarr events";
$this->descriptionlong = 'Module600Long';
$this->version = 'dolibarr'; // 'experimental' or 'dolibarr' or version
$this->const_name = 'MAIN_MODULE_'.strtoupper($this->name);
$this->special = 1;