Fixed problems to show groups fathers-childs in custom reports. Tiquet: #2351
(cherry picked from commit 6f89828c76
)
This commit is contained in:
parent
c4f58fde0b
commit
9cca442a8f
|
@ -68,7 +68,7 @@ if (!isset($write_groups[$idGroupReport])) {
|
||||||
}
|
}
|
||||||
|
|
||||||
$table->data['group'][1] = html_print_select($write_groups, 'id_group',
|
$table->data['group'][1] = html_print_select($write_groups, 'id_group',
|
||||||
$idGroupReport, false, '', '', true);
|
$idGroupReport, false, '', '', true,false,false);
|
||||||
|
|
||||||
if ($report_id_user == $config['id_user'] ||
|
if ($report_id_user == $config['id_user'] ||
|
||||||
is_user_admin ($config["id_user"])) {
|
is_user_admin ($config["id_user"])) {
|
||||||
|
|
Loading…
Reference in New Issue