forked from science-ation/science-ation
- Fix the Partner Name (first last) column
This commit is contained in:
parent
f097559e9d
commit
a364e9ea56
@ -80,7 +80,7 @@ $report_students_fields = array(
|
||||
'name' => 'Student -- Partner Name (first last)',
|
||||
'header' => 'Partner',
|
||||
'width' => 1.5,
|
||||
'table' => "CONCAT(students2.lastname, ', ', students2.firstname)",
|
||||
'table' => "CONCAT(students2.firstname, ' ', students2.lastname)",
|
||||
'components' => array('partner') ),
|
||||
|
||||
'bothnames' => array(
|
||||
|
Loading…
Reference in New Issue
Block a user