Fix relative date saved search
authorjitendrapurohit <jitendra.purohit@webaccessglobal.com>
Fri, 28 Oct 2016 09:34:18 +0000 (15:04 +0530)
committerjitendrapurohit <jitendra.purohit@webaccessglobal.com>
Fri, 28 Oct 2016 09:34:18 +0000 (15:04 +0530)
CRM/Contact/BAO/SavedSearch.php

index 8c810f61505f4dd1c45b60fb8bb9479e8a322ee1..09242f2925fae6a05fc512fd749456dbde15eec3 100644 (file)
@@ -110,6 +110,7 @@ class CRM_Contact_BAO_SavedSearch extends CRM_Contact_DAO_SavedSearch {
         if (strpos($id, '_date_low') !== FALSE || strpos($id, '_date_high') !== FALSE) {
           $entityName = strstr($id, '_date', TRUE);
           if (!empty($result['relative_dates']) && array_key_exists($entityName, $result['relative_dates'])) {
+            $result[$id] = NULL;
             $result["{$entityName}_date_relative"] = $result['relative_dates'][$entityName];
           }
           else {