X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FContribute%2FSelector%2FSearch.php;h=6c96eba78e13d803dcdec2a193a37834019d360f;hb=4730458b553ef9cba94015fe6f458f1b4d03c640;hp=7166d025e448b9dcde094008517e0dce02065db1;hpb=6af65ac9741b594992fb2dd64646be95f6d5c82d;p=civicrm-core.git diff --git a/CRM/Contribute/Selector/Search.php b/CRM/Contribute/Selector/Search.php index 7166d025e4..6c96eba78e 100644 --- a/CRM/Contribute/Selector/Search.php +++ b/CRM/Contribute/Selector/Search.php @@ -477,7 +477,7 @@ class CRM_Contribute_Selector_Search extends CRM_Core_Selector_Base implements C array( array( 'name' => ts('Type'), - 'sort' => 'financial_type_id', + 'sort' => 'financial_type', 'direction' => CRM_Utils_Sort::DONTCARE, ), array( @@ -497,7 +497,7 @@ class CRM_Contribute_Selector_Search extends CRM_Core_Selector_Base implements C ), array( 'name' => ts('Status'), - 'sort' => 'contribution_status_id', + 'sort' => 'contribution_status', 'direction' => CRM_Utils_Sort::DONTCARE, ), array(