From 3f04cb59d0a4a2c3e653467837bdf8afcef0e16b Mon Sep 17 00:00:00 2001 From: yashodha Date: Fri, 30 Oct 2015 15:03:53 +0530 Subject: [PATCH] rename Participant Fee to avoid confusion w/ contribution fee amount in the event report --- CRM/Report/Form/Event/ParticipantListing.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CRM/Report/Form/Event/ParticipantListing.php b/CRM/Report/Form/Event/ParticipantListing.php index e985c2f927..4fa20ba57d 100644 --- a/CRM/Report/Form/Event/ParticipantListing.php +++ b/CRM/Report/Form/Event/ParticipantListing.php @@ -198,7 +198,7 @@ class CRM_Report_Form_Event_ParticipantListing extends CRM_Report_Form_Event { 'no_display' => TRUE, ), 'participant_fee_level' => NULL, - 'participant_fee_amount' => NULL, + 'participant_fee_amount' => array('title' => ts('Participant Fee')), 'participant_register_date' => array('title' => ts('Registration Date')), 'total_paid' => array( 'title' => ts('Total Paid'), -- 2.25.1