We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e8f417 commit 304ffafCopy full SHA for 304ffaf
inc/fields/glpiselectfield.class.php
@@ -75,7 +75,7 @@ public function getDesignSpecializationField() {
75
Profile::class => Profile::getTypeName(2)],
76
];
77
$plugin = new Plugin();
78
- if ($plugin->isActivated('appliance')) {
+ if ($plugin->isActivated('appliances')) {
79
$optgroup[__("Assets")][PluginAppliancesAppliance::class] = PluginAppliancesAppliance::getTypeName(2);
80
}
81
array_unshift($optgroup, '---');
0 commit comments