Fix logo
This commit is contained in:
parent
9ef6204f7e
commit
0716951b6d
@ -51,7 +51,7 @@ class modLabel extends DolibarrModules
|
|||||||
// Possible values for version are: 'development', 'experimental', 'dolibarr' or version
|
// Possible values for version are: 'development', 'experimental', 'dolibarr' or version
|
||||||
$this->version = 'development';
|
$this->version = 'development';
|
||||||
$this->const_name = 'MAIN_MODULE_'.strtoupper($this->name);
|
$this->const_name = 'MAIN_MODULE_'.strtoupper($this->name);
|
||||||
$this->picto='label';
|
$this->picto='generic';
|
||||||
|
|
||||||
// Data directories to create when module is enabled
|
// Data directories to create when module is enabled
|
||||||
$this->dirs = array("/label/temp");
|
$this->dirs = array("/label/temp");
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user