mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
Fixed problems to show groups fathers-childs in custom reports. Tiquet: #2351
This commit is contained in:
parent
073165d107
commit
6f89828c76
@ -78,7 +78,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…
x
Reference in New Issue
Block a user