Skip to content

Commit

Permalink
fix category for simplified interface - fixed #709
Browse files Browse the repository at this point in the history
  • Loading branch information
yllen committed Jun 21, 2016
1 parent ab65d24 commit 225b3c9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions inc/ticket.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -3094,6 +3094,7 @@ function showFormHelpdesk($ID, $ticket_template=false) {
}
$opt = array('value' => $values['itilcategories_id'],
'condition' => $condition,
'entity' => $_SESSION["glpiactive_entity"],
'on_change' => 'this.form.submit()');

if ($values['itilcategories_id'] && $tt->isMandatoryField("itilcategories_id")) {
Expand Down

0 comments on commit 225b3c9

Please sign in to comment.