mirror of
https://github.com/salesagility/SuiteCRM.git
synced 2025-03-13 04:53:21 +00:00
Fix #10093 - Results are not filtered in the Targets Module popup
This commit is contained in:
parent
d352118faf
commit
85729e791a
1 changed files with 1 additions and 0 deletions
|
@ -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, "<>");
|
||||
|
|
Loading…
Reference in a new issue