[Vtigercrm-commits] [vtiger development] #6217: The custom views in List view are not coming alphabetically
vtiger development
vtiger-tickets at trac.vtiger.com
Thu Aug 20 06:39:01 EDT 2009
#6217: The custom views in List view are not coming alphabetically
------------------------+---------------------------------------------------
Reporter: pratim | Owner: developer
Type: defect | Status: new
Priority: major | Milestone: 5.1.1
Component: vtigercrm | Version: 5.1.0
Resolution: | Keywords:
------------------------+---------------------------------------------------
Comment (by asha):
'''Suggested fix:'''
In '''modules/CustomView/CustomView.php''' -> function
'''getCustomViewCombo''' -> Around line 209,
Add -
{{{
$ssql .= " ORDER BY viewname";
}}}
before the line -
{{{
$result = $adb->pquery($ssql, $sparams);
}}}
--
Ticket URL: <http://trac.vtiger.com/cgi-bin/trac.cgi/ticket/6217#comment:2>
vtiger development <http://trac.vtiger.com/>
vtigerCRM
More information about the vtigercrm-commits
mailing list