#13051 hide policies filter in open

This commit is contained in:
Daniel Cebrian 2024-03-14 10:03:08 +01:00
parent 3546c39aef
commit faece59451

View File

@ -430,6 +430,7 @@ if (function_exists('policies_get_policies') === true) {
}
}
if (enterprise_installed() === true) {
$table->data[2][1] = html_print_label_input_block(
__('Policies'),
html_print_select(
@ -447,6 +448,8 @@ $table->data[2][1] = html_print_label_input_block(
'width: 100%'
)
);
}
$custom_fields = db_get_all_fields_in_table('tagent_custom_fields');
if ($custom_fields === false) {