From 806f395adb3322b0884013299ed7849e482c2da2 Mon Sep 17 00:00:00 2001 From: JKingsnorth Date: Mon, 15 Feb 2016 14:13:03 +0000 Subject: [PATCH] CRM-18042: Add source to participant listing --- CRM/Report/Form/Event/ParticipantListing.php | 8 ++++++++ 1 file changed, 8 insertions(+) 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( -- 2.25.1