errata fix
This commit is contained in:
parent
e1776d7994
commit
48ca83aa76
|
@ -567,6 +567,13 @@ if ($search != '') {
|
|||
}
|
||||
}
|
||||
|
||||
if (!empty($search_custom)) {
|
||||
$search_sql_custom = " AND EXISTS (SELECT * FROM tagent_custom_data
|
||||
WHERE id_agent = id_agente AND description LIKE '%$search_custom%')";
|
||||
} else {
|
||||
$search_sql_custom = '';
|
||||
}
|
||||
|
||||
// Show only selected groups.
|
||||
if ($group_id > 0) {
|
||||
$groups = [$group_id];
|
||||
|
|
Loading…
Reference in New Issue