From ee4363280e8f3f6715dd663f42c5b99d954fc6aa Mon Sep 17 00:00:00 2001 From: jitendrapurohit Date: Tue, 28 Apr 2015 16:47:49 +0530 Subject: [PATCH] field fix for contact_type and contact_subtype --- CRM/Report/Form/Contribute/TopDonor.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/CRM/Report/Form/Contribute/TopDonor.php b/CRM/Report/Form/Contribute/TopDonor.php index 1f2a4c0dc9..890508b5b7 100644 --- a/CRM/Report/Form/Contribute/TopDonor.php +++ b/CRM/Report/Form/Contribute/TopDonor.php @@ -98,6 +98,12 @@ class CRM_Report_Form_Contribute_TopDonor extends CRM_Report_Form { 'operatorType' => CRM_Report_Form::OP_MULTISELECT, 'options' => CRM_Core_PseudoConstant::get('CRM_Contact_DAO_Contact', 'gender_id'), ), + 'contact_type' => array( + 'title' => ts('Contact Type'), + ), + 'contact_sub_type' => array( + 'title' => ts('Contact Subtype'), + ), ), ), ); @@ -133,12 +139,6 @@ class CRM_Report_Form_Contribute_TopDonor extends CRM_Report_Form { 'title' => ts('Birth Date'), 'operatorType' => CRM_Report_Form::OP_DATE, ), - 'contact_type' => array( - 'title' => ts('Contact Type'), - ), - 'contact_sub_type' => array( - 'title' => ts('Contact Subtype'), - ), 'receive_date' => array( 'default' => 'this.year', 'operatorType' => CRM_Report_Form::OP_DATE, -- 2.25.1