From 84316489efbc30ecedf629f7580f2afaaa60e115 Mon Sep 17 00:00:00 2001 From: jitendrapurohit Date: Mon, 27 Apr 2015 19:00:45 +0530 Subject: [PATCH] api test fix --- CRM/Report/Form/Event/ParticipantListCount.php | 6 ------ 1 file changed, 6 deletions(-) diff --git a/CRM/Report/Form/Event/ParticipantListCount.php b/CRM/Report/Form/Event/ParticipantListCount.php index a5ce9d476e..1ca8e8ba80 100644 --- a/CRM/Report/Form/Event/ParticipantListCount.php +++ b/CRM/Report/Form/Event/ParticipantListCount.php @@ -114,12 +114,6 @@ class CRM_Report_Form_Event_ParticipantListCount extends CRM_Report_Form_Event { ), 'grouping' => 'contact-fields', 'order_bys' => array( - 'sort_name' => array( - 'title' => ts('Last Name, First Name'), - 'default' => '1', - 'default_weight' => '0', - 'default_order' => 'ASC', - ), 'first_name' => array( 'name' => 'first_name', 'title' => ts('First Name'), -- 2.25.1