- Add date of birth to the student report field list so we can close a bug on

bugtracker.
This commit is contained in:
dave 2007-03-18 07:24:52 +00:00
parent 857cb6aa7b
commit f3129e7a39

View File

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