From 25cf1ac5acf6cc000e0d84ac2ab83dda7ed7a525 Mon Sep 17 00:00:00 2001 From: "deb.monish" Date: Mon, 16 May 2016 19:15:00 +0530 Subject: [PATCH] minor fix --- CRM/Report/Form/Contribute/Detail.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CRM/Report/Form/Contribute/Detail.php b/CRM/Report/Form/Contribute/Detail.php index b1e1feb65b..60000bfab0 100644 --- a/CRM/Report/Form/Contribute/Detail.php +++ b/CRM/Report/Form/Contribute/Detail.php @@ -305,7 +305,7 @@ class CRM_Report_Form_Contribute_Detail extends CRM_Report_Form { ), ) + $this->addAddressFields(FALSE); // The tests test for this variation of the sort_name field. Don't argue with the tests :-). - $this->_columns['fields']['sort_name']['title'] = ts('Donor Name'); + $this->_columns['civicrm_contact']['fields']['sort_name']['title'] = ts('Donor Name'); $this->_groupFilter = TRUE; $this->_tagFilter = TRUE; -- 2.25.1