Deleted group All for agents in recontask creation menu

This commit is contained in:
Arturo Gonzalez 2016-09-13 15:11:17 +02:00
parent 70f1fb159b
commit f9b1954d3e
1 changed files with 1 additions and 1 deletions

View File

@ -299,7 +299,7 @@ $table->data[8][1] .= ui_print_help_tip(
// Group
$table->data[9][0] = "<b>".__('Group');
$groups = users_get_groups (false, "PM", false);
$table->data[9][1] = html_print_select_groups(false, "PM", true, 'id_group', $id_group, '', '', 0, true);
$table->data[9][1] = html_print_select_groups(false, "PM", false, 'id_group', $id_group, '', '', 0, true);
// Incident
$values = array (0 => __('No'), 1 => __('Yes'));