Fix template
This commit is contained in:
parent
96fce2828e
commit
f5029bf52b
@ -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.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user