diff --git a/admin/reports_students.inc.php b/admin/reports_students.inc.php index cf47488..61b5314 100644 --- a/admin/reports_students.inc.php +++ b/admin/reports_students.inc.php @@ -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',