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
@ -306,6 +306,12 @@ $report_students_fields = array(
|
|||||||
'table' => 'students.registrations_id',
|
'table' => 'students.registrations_id',
|
||||||
'exec_function' => 'reports_students_numstudents'),
|
'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(
|
'address' => array(
|
||||||
'name' => 'Student Address -- Street Address',
|
'name' => 'Student Address -- Street Address',
|
||||||
'header' => 'Address',
|
'header' => 'Address',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user