forked from science-ation/science-ation
Added emergency contact e-mail as a usable report field.
This commit is contained in:
parent
1dfdcc543b
commit
02dd19a477
@ -755,6 +755,13 @@ $report_students_fields = array(
|
|||||||
'table' => "CONCAT(emergencycontact.phone1, ' ', emergencycontact.phone2, ' ', emergencycontact.phone3, ' ', emergencycontact.phone4)",
|
'table' => "CONCAT(emergencycontact.phone1, ' ', emergencycontact.phone2, ' ', emergencycontact.phone3, ' ', emergencycontact.phone4)",
|
||||||
'components' => array('emergencycontacts')),
|
'components' => array('emergencycontacts')),
|
||||||
|
|
||||||
|
'emerg_email' => array(
|
||||||
|
'name' => 'Emergency Contact -- Email',
|
||||||
|
'header' => 'Email',
|
||||||
|
'width' => 1,
|
||||||
|
'table' => "emergencycontact.email",
|
||||||
|
'components' => array('emergencycontacts')),
|
||||||
|
|
||||||
/* Tour Information */
|
/* Tour Information */
|
||||||
'tour_assign_name' => array(
|
'tour_assign_name' => array(
|
||||||
'start_option_group' => 'Tour Information',
|
'start_option_group' => 'Tour Information',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user