Skip to content
Snippets Groups Projects
Commit 3e0f267c authored by Prasad's avatar Prasad
Browse files

Merge branch 'master' of http://code.vtiger.com/vtiger/vtigercrm

parents db3ef7f9 012bdc6f
No related branches found
No related tags found
No related merge requests found
......@@ -217,7 +217,7 @@ class Vtiger_RelationListView_Model extends Vtiger_Base_Model {
if (!$orderBy & PerformancePrefs::getBoolean('LISTVIEW_DEFAULT_SORTING', true)) {
$entityModule=CRMEntity::getInstance($relationModule->name);
$orderBy=$entityModule->default_order_by;
$sortorder=$entityModule->default_sort_order;
$sortOrder=$entityModule->default_sort_order;
}
if($orderBy) {
......
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