From: deb.monish Date: Mon, 16 May 2016 13:45:00 +0000 (+0530) Subject: minor fix X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=25cf1ac5acf6cc000e0d84ac2ab83dda7ed7a525;p=civicrm-core.git minor fix --- 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;