From 225b3c9936d02721dcbf40425e5db02b1012f106 Mon Sep 17 00:00:00 2001 From: yllen Date: Tue, 21 Jun 2016 20:58:49 +0200 Subject: [PATCH] fix category for simplified interface - fixed #709 --- inc/ticket.class.php | 1 + 1 file changed, 1 insertion(+) diff --git a/inc/ticket.class.php b/inc/ticket.class.php index 987566247c4..8b29754a076 100644 --- a/inc/ticket.class.php +++ b/inc/ticket.class.php @@ -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")) {