From: jitendrapurohit Date: Tue, 28 Apr 2015 11:17:49 +0000 (+0530) Subject: field fix for contact_type and contact_subtype X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=ee4363280e8f3f6715dd663f42c5b99d954fc6aa;p=civicrm-core.git field fix for contact_type and contact_subtype --- 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,