forked from science-ation/science-ation
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:
parent
caa761e34a
commit
ad7051a6c9
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user