- Fix the Partner Name (first last) column

This commit is contained in:
dave 2007-12-30 23:02:41 +00:00
parent f097559e9d
commit a364e9ea56

View File

@ -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(