Skip to content

Commit

Permalink
fix(targetticket): wrong property label
Browse files Browse the repository at this point in the history
  • Loading branch information
btry committed Jan 27, 2023
1 parent ea185be commit fd3d309
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inc/abstractitiltarget.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -969,7 +969,7 @@ protected function showOLASettings() {

protected function showCategorySettings($rand) {
echo '<tr>';
echo '<td width="15%">' . PluginFormcreatorCategory::getTypeName(1) . '</td>';
echo '<td width="15%">' . ITILCategory::getTypeName(1) . '</td>';
echo '<td width="25%">';
Dropdown::showFromArray(
'category_rule',
Expand Down

0 comments on commit fd3d309

Please sign in to comment.