forked from science-ation/science-ation
- Add date of birth to the student report field list so we can close a bug on
bugtracker.
This commit is contained in:
parent
857cb6aa7b
commit
f3129e7a39
@ -73,6 +73,12 @@ $report_students_fields = array(
|
||||
'table' => 'students.sex',
|
||||
'value_map' =>array ('male' => 'Male', 'female' => 'Female')),
|
||||
|
||||
'birthdate' => array(
|
||||
'name' => 'Birthdate',
|
||||
'header' => 'Birthdate',
|
||||
'width' => 1,
|
||||
'table' => 'students.dateofbirth'),
|
||||
|
||||
'title' => array(
|
||||
'name' => 'Project Title',
|
||||
'header' => 'Project Title',
|
||||
|
Loading…
Reference in New Issue
Block a user