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