CRM-20773: Contribution tab shows Receive Date twice instead of Thank You date
authordeb.monish <monish.deb@jmaconsulting.biz>
Tue, 4 Jul 2017 17:38:40 +0000 (23:08 +0530)
committerdeb.monish <monish.deb@jmaconsulting.biz>
Tue, 4 Jul 2017 17:38:40 +0000 (23:08 +0530)
CRM/Contribute/Selector/Search.php

index e547a3813c4a7d51ad03be66a53bf70054131bb4..d05e92ce084aaf6aa2d423d52f784a8e42b27835 100644 (file)
@@ -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,
           ),