Fix template

This commit is contained in:
Laurent Destailleur
2018-10-16 17:46:14 +02:00
parent 96fce2828e
commit f5029bf52b

View File

@@ -72,7 +72,7 @@ class modMyModule extends DolibarrModules
$this->version = '1.0';
//Url to the file with your last numberversion of this module
$this->url_last_version = 'http://www.example.com/versionmodule.txt';
//$this->url_last_version = 'http://www.example.com/versionmodule.txt';
// Key used in llx_const table to save module status enabled/disabled (where MYMODULE is value of property name of module in uppercase)
$this->const_name = 'MAIN_MODULE_'.strtoupper($this->name);
// Name of image file used for this module.