Skip to content
Snippets Groups Projects
Commit 1968511b authored by Patrice ANDREANI's avatar Patrice ANDREANI
Browse files

Fix Nom fichier img

parent db1d219b
No related branches found
No related tags found
No related merge requests found
......@@ -84,9 +84,9 @@ class modMassUpdateRights extends DolibarrModules
// 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'
if((float)DOL_VERSION <= 11.0) {
$this->picto='easya@'.strtolower($this->name);
$this->picto='opendsi@'.strtolower($this->name);
} else {
$this->picto='easya_big@'.strtolower($this->name);
$this->picto='opendsi_big@'.strtolower($this->name);
}
// Defined all module parts (triggers, login, substitutions, menus, css, etc...)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment