From 265225b86031544e2b2af83bed5383a8f1e58852 Mon Sep 17 00:00:00 2001 From: Kartik Kathuria Date: Thu, 23 Apr 2020 05:14:19 +0530 Subject: [PATCH] Changed Financial Type title to Financial Type ID Signed-off-by: Kartik Kathuria --- CRM/Contribute/DAO/Contribution.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CRM/Contribute/DAO/Contribution.php b/CRM/Contribute/DAO/Contribution.php index d56ce8b8c6..964c8d855b 100644 --- a/CRM/Contribute/DAO/Contribution.php +++ b/CRM/Contribute/DAO/Contribution.php @@ -306,7 +306,7 @@ class CRM_Contribute_DAO_Contribution extends CRM_Core_DAO { 'financial_type_id' => [ 'name' => 'financial_type_id', 'type' => CRM_Utils_Type::T_INT, - 'title' => ts('Financial Type'), + 'title' => ts('Financial Type ID'), 'description' => ts('FK to Financial Type for (total_amount - non_deductible_amount).'), 'where' => 'civicrm_contribution.financial_type_id', 'export' => TRUE, -- 2.25.1