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:
commit
512f754548
|
@ -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,
|
||||
|
@ -989,4 +989,4 @@ $(document).ready (function () {
|
|||
$(".agent"+$(this)[0].className).css('visibility', 'hidden');
|
||||
});
|
||||
});
|
||||
</script>
|
||||
</script>
|
||||
|
|
Loading…
Reference in New Issue