mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 08:45:12 +02:00
#13051 hide policies filter in open
This commit is contained in:
parent
3546c39aef
commit
faece59451
@ -430,6 +430,7 @@ if (function_exists('policies_get_policies') === true) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (enterprise_installed() === true) {
|
||||||
$table->data[2][1] = html_print_label_input_block(
|
$table->data[2][1] = html_print_label_input_block(
|
||||||
__('Policies'),
|
__('Policies'),
|
||||||
html_print_select(
|
html_print_select(
|
||||||
@ -447,6 +448,8 @@ $table->data[2][1] = html_print_label_input_block(
|
|||||||
'width: 100%'
|
'width: 100%'
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
$custom_fields = db_get_all_fields_in_table('tagent_custom_fields');
|
$custom_fields = db_get_all_fields_in_table('tagent_custom_fields');
|
||||||
if ($custom_fields === false) {
|
if ($custom_fields === false) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user