Skip to content
Snippets Groups Projects
Commit 797e0515 authored by Uma's avatar Uma
Browse files

Fixes #1204 Sort listview addressed

parent de12fb9d
No related branches found
No related tags found
No related merge requests found
......@@ -48,8 +48,8 @@ class RecycleBin_ListView_Model extends Vtiger_ListView_Model {
$queryGenerator = $this->get('query_generator');
$listViewContoller = $this->get('listview_controller');
$orderBy = $this->get('orderby');
$sortOrder = $this->get('sortorder');
$orderBy = $this->getForSql('orderby');
$sortOrder = $this->getForSql('sortorder');
$searchParams = $this->get('search_params');
if(empty($searchParams)) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment