rename Participant Fee to avoid confusion w/ contribution fee amount in the event...
authoryashodha <yashodha.chaku@webaccessglobal.com>
Fri, 30 Oct 2015 09:33:53 +0000 (15:03 +0530)
committeryashodha <yashodha.chaku@webaccessglobal.com>
Fri, 30 Oct 2015 09:33:53 +0000 (15:03 +0530)
CRM/Report/Form/Event/ParticipantListing.php

index e985c2f92729a0452cc4f9855c2bf533938a4418..4fa20ba57de5013326654399829a5ffef4accb28 100644 (file)
@@ -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'),