Skip to content
Snippets Groups Projects
Commit 389fb231 authored by Alan Bell's avatar Alan Bell
Browse files

fix #110 sortOrder rather than sortorder for the relation list view

parent 8058abf5
No related branches found
No related tags found
1 merge request!60fix #110 sortOrder rather than sortorder for the relation list view
......@@ -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