From: JKingsnorth Date: Mon, 15 Feb 2016 14:13:03 +0000 (+0000) Subject: CRM-18042: Add source to participant listing X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=806f395adb3322b0884013299ed7849e482c2da2;p=civicrm-core.git CRM-18042: Add source to participant listing --- diff --git a/CRM/Report/Form/Event/ParticipantListing.php b/CRM/Report/Form/Event/ParticipantListing.php index 16fc71d52e..ce0bc96fdd 100644 --- a/CRM/Report/Form/Event/ParticipantListing.php +++ b/CRM/Report/Form/Event/ParticipantListing.php @@ -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(