From eecb099e9bec44f3e377e4bff55cb9f006fdd0e1 Mon Sep 17 00:00:00 2001 From: dave Date: Sat, 7 Feb 2009 15:35:51 +0000 Subject: [PATCH] Add the registrations number to the field list --- admin/reports_students.inc.php | 6 ++++++ 1 file changed, 6 insertions(+) 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',