forked from science-ation/science-ation
- Sort the tour num+name column by number
This commit is contained in:
parent
8ffc278286
commit
482f2e6d3a
@ -587,6 +587,7 @@ $report_students_fields = array(
|
|||||||
'header' => 'Tour',
|
'header' => 'Tour',
|
||||||
'width' => 4,
|
'width' => 4,
|
||||||
'table' => "CONCAT(tours.num,': ', tours.name)",
|
'table' => "CONCAT(tours.num,': ', tours.name)",
|
||||||
|
'table_sort' => 'tours.num',
|
||||||
'components' => array('tours')),
|
'components' => array('tours')),
|
||||||
|
|
||||||
'mentor_name_proj' => array(
|
'mentor_name_proj' => array(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user