forked from science-ation/science-ation
Add the barcode to the student report list
This commit is contained in:
parent
89bcf64399
commit
42f1185892
@ -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',
|
||||
|
Loading…
x
Reference in New Issue
Block a user