Add the registrations number to the field list

This commit is contained in:
dave 2009-02-07 15:35:51 +00:00
parent 934c8b4ef0
commit eecb099e9b

View File

@ -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',