mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
#8266 Fixed agent view in policies
This commit is contained in:
parent
845753112e
commit
147b3c4bb2
@ -1181,6 +1181,10 @@ function agents_get_group_agents(
|
||||
}
|
||||
}
|
||||
|
||||
if (isset($search['all_agents'])) {
|
||||
unset($search['all_agents']);
|
||||
}
|
||||
|
||||
if (isset($search['string']) === true) {
|
||||
$string = io_safe_input($search['string']);
|
||||
$filter[] = "(nombre COLLATE utf8_general_ci LIKE '%$string%' OR direccion LIKE '%$string%')";
|
||||
|
Loading…
x
Reference in New Issue
Block a user