From ca4603819e0db536d928796dbcea6504a3273c80 Mon Sep 17 00:00:00 2001 From: "deb.monish" Date: Tue, 4 Jul 2017 23:08:40 +0530 Subject: [PATCH] CRM-20773: Contribution tab shows Receive Date twice instead of Thank You date --- CRM/Contribute/Selector/Search.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CRM/Contribute/Selector/Search.php b/CRM/Contribute/Selector/Search.php index e547a3813c..d05e92ce08 100644 --- a/CRM/Contribute/Selector/Search.php +++ b/CRM/Contribute/Selector/Search.php @@ -553,7 +553,7 @@ class CRM_Contribute_Selector_Search extends CRM_Core_Selector_Base implements C array( 'name' => ts('Thank-you Sent'), 'sort' => 'thankyou_date', - 'field_name' => 'receive_date', + 'field_name' => 'thankyou_date', 'type' => 'date', 'direction' => CRM_Utils_Sort::DONTCARE, ), -- 2.25.1