Add Project -- Rank to student reports too, so it can be in the Special Award Nominations list given to judges.

This commit is contained in:
james 2010-03-29 19:48:12 +00:00
parent caa761e34a
commit ad7051a6c9

View File

@ -305,6 +305,12 @@ $report_students_fields = array(
'width' => 0.5,
'table' => 'students.registrations_id',
'exec_function' => 'reports_students_numstudents'),
'rank' => array(
'name' => 'Project -- Rank (left blank for judges to fill out)',
'header' => 'Rank',
'width' => 1.00,
'table' => '""' ),
'address' => array(
'name' => 'Student Address -- Street Address',