From 42f1185892cfc196a387344eaa747514346ee3b6 Mon Sep 17 00:00:00 2001 From: james Date: Thu, 17 Mar 2011 22:22:44 +0000 Subject: [PATCH] Add the barcode to the student report list --- admin/reports_students.inc.php | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/admin/reports_students.inc.php b/admin/reports_students.inc.php index f6ab24f7..ee80d2cf 100644 --- a/admin/reports_students.inc.php +++ b/admin/reports_students.inc.php @@ -89,6 +89,14 @@ $report_students_fields = array( 'table' => 'projects.projectnumber', 'table_sort' => 'projects.projectsort, projects.projectnumber'), + 'projectbarcode' => array( + 'name' => 'Project Barcode', + 'header' => 'Barcode', + 'width' => 1, + 'table' => 'projects.projectnumber', + 'table_sort' => 'projects.projectsort, projects.projectnumber', + ), + 'last_name' => array( 'start_option_group' => 'Student Name Information', 'name' => 'Student -- Last Name', @@ -387,7 +395,6 @@ $report_students_fields = array( 'width' => 3, 'table' => "projects.req_special"), - 'school' => array( 'start_option_group' => 'School Information', 'name' => 'School -- Name',