minor fix
authordeb.monish <monish.deb@webaccessglobal.com>
Mon, 16 May 2016 13:45:00 +0000 (19:15 +0530)
committerdeb.monish <monish.deb@webaccessglobal.com>
Mon, 16 May 2016 13:45:00 +0000 (19:15 +0530)
CRM/Report/Form/Contribute/Detail.php

index b1e1feb65b56ccd5dcc50d0fa0e8ceda2a0e6a73..60000bfab057c43ffdc4cd2c97ef13fd00e0b8a8 100644 (file)
@@ -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;