Merge branch 'ent-8740-13348-Pete-SQL-en-vista-Agent-detail' into 'develop'

fix query

See merge request artica/pandorafms!4781
This commit is contained in:
Daniel Rodriguez 2022-03-25 11:07:27 +00:00
commit 512f754548
1 changed files with 2 additions and 2 deletions

View File

@ -561,7 +561,7 @@ if ($search != '') {
' AND ( nombre
LIKE "%%%s%%" OR alias
LIKE "%%%s%%" OR comentarios LIKE "%%%s%%"
OR EXISTS (SELECT * FROM tagent_custom_data WHERE id_agent = id_agente AND description LIKE "%%%s%%")',
OR EXISTS (SELECT * FROM tagent_custom_data WHERE id_agent = id_agente AND description LIKE "%%%s%%"))',
$search,
$search,
$search,