From c474411995a566b7a735f2827c41dead44217af0 Mon Sep 17 00:00:00 2001 From: JKingsnorth Date: Mon, 2 Nov 2015 10:20:53 +0000 Subject: [PATCH] CRM-17474 Remove erroneous modified_date (refers to contact not contribution) --- CRM/Report/Form/Event/ParticipantListing.php | 5 ----- 1 file changed, 5 deletions(-) diff --git a/CRM/Report/Form/Event/ParticipantListing.php b/CRM/Report/Form/Event/ParticipantListing.php index a2ef1f75f1..c77de56d66 100644 --- a/CRM/Report/Form/Event/ParticipantListing.php +++ b/CRM/Report/Form/Event/ParticipantListing.php @@ -139,11 +139,6 @@ class CRM_Report_Form_Event_ParticipantListing extends CRM_Report_Form_Event { 'contact_sub_type' => array( 'title' => ts('Contact Subtype'), ), - 'modified_date' => array( - 'title' => ts('Modified Date'), - 'operatorType' => CRM_Report_Form::OP_DATE, - 'type' => CRM_Utils_Type::T_DATE - ), ), ), 'civicrm_email' => array( -- 2.25.1