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',
|
||||
'width' => 4,
|
||||
'table' => "CONCAT(tours.num,': ', tours.name)",
|
||||
'table_sort' => 'tours.num',
|
||||
'components' => array('tours')),
|
||||
|
||||
'mentor_name_proj' => array(
|
||||
|
Loading…
Reference in New Issue
Block a user