Add the barcode to the student report list

This commit is contained in:
james 2011-03-17 22:22:44 +00:00
parent 89bcf64399
commit 42f1185892

View File

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