From c582a7067dbe1b3a1687395ec570b404b7968e62 Mon Sep 17 00:00:00 2001 From: eileen Date: Tue, 3 Sep 2019 17:28:29 +1200 Subject: [PATCH] Re-remove pledge & member fields from the legacy date list --- CRM/Contact/BAO/SavedSearch.php | 7 ------- 1 file changed, 7 deletions(-) diff --git a/CRM/Contact/BAO/SavedSearch.php b/CRM/Contact/BAO/SavedSearch.php index 4037b82856..749a716a49 100644 --- a/CRM/Contact/BAO/SavedSearch.php +++ b/CRM/Contact/BAO/SavedSearch.php @@ -443,13 +443,6 @@ LEFT JOIN civicrm_email ON (contact_a.id = civicrm_email.contact_id AND civicrm_ 'case_to_relative', 'participant_relative', 'log_date_relative', - 'pledge_payment_date_relative', - 'pledge_start_date_relative', - 'pledge_end_date_relative', - 'pledge_create_date_relative', - 'member_join_date_relative', - 'member_start_date_relative', - 'member_end_date_relative', 'birth_date_relative', 'deceased_date_relative', 'mailing_date_relative', -- 2.25.1