CRM-14155 Participant Reports - add event custom fields as fields & filters
authorEileen <eileen@fuzion.co.nz>
Mon, 3 Feb 2014 01:02:14 +0000 (14:02 +1300)
committerEileen McNaughton <eileen@fuzion.co.nz>
Mon, 3 Feb 2014 01:05:35 +0000 (14:05 +1300)
CRM/Report/Form/Event/ParticipantListCount.php
CRM/Report/Form/Event/ParticipantListing.php

index e0ceb65370725d7521c041e1cbe659b4d73a8532..3c0d43800456261dd0fb3acfa80745395ad01525 100644 (file)
@@ -38,7 +38,9 @@ class CRM_Report_Form_Event_ParticipantListCount extends CRM_Report_Form_Event {
   protected $_summary = NULL;
 
   protected $_customGroupExtends = array(
-    'Participant');
+    'Participant',
+    'Event',
+  );
 
   public $_drilldownReport = array('event/income' => 'Link to Detail Report');
   function __construct() {
index 1abf7cf8d20dc1a63f7ceec2605a3dec388a76ea..cc86cb61264490ebf4825764a6e15c2205a101ab 100644 (file)
@@ -40,7 +40,7 @@ class CRM_Report_Form_Event_ParticipantListing extends CRM_Report_Form_Event {
   protected $_contribField = FALSE;
   protected $_lineitemField = FALSE;
 
-  protected $_customGroupExtends = array('Participant', 'Contact', 'Individual',);
+  protected $_customGroupExtends = array('Participant', 'Contact', 'Individual', 'Event');
 
   public $_drilldownReport = array('event/income' => 'Link to Detail Report');