- Add medic alert and food req. info

- Change the name of cshool teacher/email because these are really the values
  the student enters.
This commit is contained in:
dave 2008-03-20 02:57:18 +00:00
parent 06cb13d7e4
commit bb4997548c

View File

@ -201,6 +201,18 @@ $report_students_fields = array(
'width' => 2.0,
'table' => 'students.pronunciation'),
'medicalalert' => array(
'name' => 'Student -- Medical Alert Info',
'header' => 'medical',
'width' => 2.0,
'table' => 'students.medicalalert'),
'foodreq' => array(
'name' => 'Student -- Food Requirements',
'header' => 'Food.Req.',
'width' => 2.0,
'table' => 'students.foodreq'),
'title' => array(
'name' => 'Project -- Title',
'header' => 'Project Title',
@ -321,13 +333,13 @@ $report_students_fields = array(
'table' => "CONCAT(schools.address, ', ', schools.city, ', ', schools.province_code, ', ', schools.postalcode)" ),
'teacher' => array(
'name' => 'School -- Teacher Name',
'name' => 'Student -- Teacher Name',
'header' => 'Teacher',
'width' => 1.5,
'table' => 'students.teachername' ),
'teacheremail' => array(
'name' => 'School -- Teacher Email',
'name' => 'Student -- Teacher Email',
'header' => 'Teacher Email',
'width' => 2.0,
'table' => 'students.teacheremail' ),