Added emergency contact e-mail as a usable report field.

This commit is contained in:
jacob 2012-04-05 15:42:30 +00:00
parent 1dfdcc543b
commit 02dd19a477

View File

@ -755,6 +755,13 @@ $report_students_fields = array(
'table' => "CONCAT(emergencycontact.phone1, ' ', emergencycontact.phone2, ' ', emergencycontact.phone3, ' ', emergencycontact.phone4)",
'components' => array('emergencycontacts')),
'emerg_email' => array(
'name' => 'Emergency Contact -- Email',
'header' => 'Email',
'width' => 1,
'table' => "emergencycontact.email",
'components' => array('emergencycontacts')),
/* Tour Information */
'tour_assign_name' => array(
'start_option_group' => 'Tour Information',