CRM-18042: Add source to participant listing
authorJKingsnorth <john@johnkingsnorth.co.uk>
Mon, 15 Feb 2016 14:13:03 +0000 (14:13 +0000)
committerJKingsnorth <john@johnkingsnorth.co.uk>
Mon, 15 Feb 2016 14:13:03 +0000 (14:13 +0000)
CRM/Report/Form/Event/ParticipantListing.php

index 16fc71d52e7f95a7c1763085f5d30a78a43342e4..ce0bc96fdd4a20e1309b08556e1c18007b25af88 100644 (file)
@@ -187,6 +187,9 @@ class CRM_Report_Form_Event_ParticipantListing extends CRM_Report_Form_Event {
           'registered_by_id' => array(
             'title' => ts('Registered by Participant ID'),
           ),
+          'source' => array(
+            'title' => ts('Source'),
+          ),
           'participant_fee_level' => NULL,
           'participant_fee_amount' => array('title' => ts('Participant Fee')),
           'participant_register_date' => array('title' => ts('Registration Date')),
@@ -242,6 +245,11 @@ class CRM_Report_Form_Event_ParticipantListing extends CRM_Report_Form_Event {
             'type' => CRM_Utils_Type::T_STRING,
             'operator' => 'like',
           ),
+          'source' => array(
+            'title' => ts('Source'),
+            'type' => CRM_Utils_Type::T_STRING,
+            'operator' => 'like',
+          ),
         ),
         'order_bys' => array(
           'participant_register_date' => array(