mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-13 03:12:35 +01:00
NEW Add "depends on" and "required by "into module informations
This commit is contained in:
@@ -52,7 +52,10 @@ class modHRM extends DolibarrModules
|
||||
|
||||
$this->const_name = 'MAIN_MODULE_' . strtoupper($this->name);
|
||||
$this->special = 0;
|
||||
// $this->picto = '';
|
||||
// Name of image file used for this module.
|
||||
// If file is in theme/yourtheme/img directory under name object_pictovalue.png, use this->picto='pictovalue'
|
||||
// If file is in module/img directory under name object_pictovalue.png, use this->picto='pictovalue@module'
|
||||
$this->picto='generic';
|
||||
|
||||
// define triggers
|
||||
$this->module_parts = array();
|
||||
|
||||
Reference in New Issue
Block a user