0
0
Fork 0
mirror of https://github.com/salesagility/SuiteCRM.git synced 2025-03-13 04:53:21 +00:00

Fix - Results are not filtered in the Targets Module popup

This commit is contained in:
s.samko 2023-12-12 12:01:44 +00:00 committed by Jack Anderson
parent d352118faf
commit 85729e791a

View file

@ -1153,6 +1153,7 @@ class SearchForm
if ($type == 'datetime' || $type == 'datetimecombo') {
try {
$field_value = $timedate->to_db_date($field_value, false);
if ($operator == '=' || $operator == 'between') {
// FG - bug45287 - If User asked for a range, takes edges from it.
$placeholderPos = strpos($field_value, "<>");