X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FEvent%2FSelector%2FSearch.php;h=c3709486e77570cbe9bdc2551cac00ce9e5a46be;hb=081efd2df4eb2406f8ae1604ad31b501732a75f7;hp=b72be682fa346154b479aeb397cca966c0cf05e8;hpb=1a676f190f24b5633b76b90a7dda95f2cc5b4dce;p=civicrm-core.git diff --git a/CRM/Event/Selector/Search.php b/CRM/Event/Selector/Search.php index b72be682fa..c3709486e7 100644 --- a/CRM/Event/Selector/Search.php +++ b/CRM/Event/Selector/Search.php @@ -1,9 +1,9 @@ ts('Fee Level'), - 'sort' => 'fee_level', + 'sort' => 'participant_fee_level', 'direction' => CRM_Utils_Sort::DONTCARE, ), array( 'name' => ts('Amount'), - 'sort' => 'fee_amount', + 'sort' => 'participant_fee_amount', 'direction' => CRM_Utils_Sort::DONTCARE, ), array( @@ -501,10 +510,16 @@ class CRM_Event_Selector_Search extends CRM_Core_Selector_Base implements CRM_Co return self::$_columnHeaders; } + /** + * @return mixed + */ function alphabetQuery() { return $this->_query->searchQuery(NULL, NULL, NULL, FALSE, FALSE, TRUE); } + /** + * @return string + */ function &getQuery() { return $this->_query; }