Merge pull request #17147 from kartik1000/Fix#1650
authorSeamus Lee <seamuslee001@gmail.com>
Sat, 30 May 2020 06:02:50 +0000 (16:02 +1000)
committerGitHub <noreply@github.com>
Sat, 30 May 2020 06:02:50 +0000 (16:02 +1000)
dev/core#1650 Updated Financial Type title to Financial Type ID

CRM/Contribute/BAO/Contribution.php

index 101e4ca9bdba43bf63e7848afcdf676cb4e27e9b..655a9c63ac4d3df7b3a7dd69fbb4a1db0352ec5a 100644 (file)
@@ -835,6 +835,8 @@ class CRM_Contribute_BAO_Contribution extends CRM_Contribute_DAO_Contribution {
         CRM_Core_BAO_CustomField::getFieldsForImport('Contribution', FALSE, FALSE, FALSE, $checkPermission)
       );
 
+      $fields['financial_type_id']['title'] = ts('Financial Type ID');
+
       self::$_exportableFields = $fields;
     }