X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FReport%2FForm%2FContribute%2FSybunt.php;h=42b6f3653c8dfba10e4f15180aa176585908508a;hb=30f85891f58b9dc2bf8309a341bf56f1b2dc4643;hp=72d35c49e055f98d66d30baf1892b5c8c55b9841;hpb=a282006f6070afd597044d7f878ea231457208a1;p=civicrm-core.git diff --git a/CRM/Report/Form/Contribute/Sybunt.php b/CRM/Report/Form/Contribute/Sybunt.php index 72d35c49e0..42b6f3653c 100644 --- a/CRM/Report/Form/Contribute/Sybunt.php +++ b/CRM/Report/Form/Contribute/Sybunt.php @@ -1,7 +1,7 @@ 'Link to Detail Report'); - protected $_add2groupSupported = FALSE; function __construct() { + protected $_add2groupSupported = FALSE; + + function __construct() { $yearsInPast = 10; $yearsInFuture = 1; $date = CRM_Core_SelectValues::date('custom', NULL, $yearsInPast, $yearsInFuture); @@ -71,9 +73,19 @@ class CRM_Report_Form_Contribute_Sybunt extends CRM_Report_Form { array('title' => ts('Donor Name'), 'required' => TRUE, ), - 'first_name' => array('title' => ts('First Name'), + 'first_name' => array( + 'title' => ts('First Name'), + ), + 'last_name' => array( + 'title' => ts('Last Name'), ), - 'last_name' => array('title' => ts('Last Name'), + 'contact_type' => + array( + 'title' => ts('Contact Type'), + ), + 'contact_sub_type' => + array( + 'title' => ts('Contact SubType'), ), ), 'filters' =>