Skip to content

Commit

Permalink
Fix #161
Browse files Browse the repository at this point in the history
  • Loading branch information
tsmr committed Dec 14, 2024
1 parent 38866c5 commit e8967e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inc/dropdownmeta.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ static function showWizardField($data, $namefield, $value, $on_order, $itilcateg
}
}
}
if (!$pass) {
if ($pass) {
$field .= ITILCategory::dropdown($opt);
}

Expand Down

0 comments on commit e8967e0

Please sign in to comment.