forked from science-ation/science-ation
Add the registrations number to the field list
This commit is contained in:
parent
934c8b4ef0
commit
eecb099e9b
@ -213,6 +213,12 @@ $report_students_fields = array(
|
||||
'width' => 2.0,
|
||||
'table' => 'students.foodreq'),
|
||||
|
||||
'registrations_num' => array(
|
||||
'name' => 'Student -- Registration Number',
|
||||
'header' => 'RegNum',
|
||||
'width' => 1,
|
||||
'table' => 'registrations.num' ),
|
||||
|
||||
'title' => array(
|
||||
'name' => 'Project -- Title',
|
||||
'header' => 'Project Title',
|
||||
|
Loading…
Reference in New Issue
Block a user