forked from science-ation/science-ation
More judge fields
This commit is contained in:
parent
78f4bcb43a
commit
54fd1cf19c
@ -328,6 +328,12 @@ $report_judges_fields = array(
|
||||
'width' => 31.75 /*mm*/,
|
||||
'table' => "users.phonework"),
|
||||
|
||||
'phone_cell' => array(
|
||||
'name' => 'Judge -- Phone (Cell)',
|
||||
'header' => 'Phone(Cell)',
|
||||
'width' => 31.75 /*mm*/,
|
||||
'table' => "users.phonecell"),
|
||||
|
||||
'organization' => array(
|
||||
'name' => 'Judge -- Organization',
|
||||
'header' => 'Organization',
|
||||
@ -395,6 +401,12 @@ $report_judges_fields = array(
|
||||
'table' => 'users_judge.highest_psd',
|
||||
'components' => array('users_judge')),
|
||||
|
||||
'expertise_other' => array(
|
||||
'name' => 'Judge -- Other Expertise',
|
||||
'header' => 'Other Expertise',
|
||||
'width' => 30 /*mm*/,
|
||||
'table' => 'users_judge.expertise_other',
|
||||
'components' => array('users_judge')),
|
||||
|
||||
/* Headers for Division Expertise/Preference Selection */
|
||||
|
||||
@ -630,6 +642,18 @@ $report_judges_fields = array(
|
||||
'width' => 12.7 /*mm*/,
|
||||
'table' => 'users.year'),
|
||||
|
||||
'users_id' => array(
|
||||
'name' => 'Judge -- User ID',
|
||||
'header' => 'ID',
|
||||
'width' => 10 /*mm*/,
|
||||
'table' => 'users.id'),
|
||||
|
||||
'users_uid' => array(
|
||||
'name' => 'Judge -- User Unique ID',
|
||||
'header' => 'UID',
|
||||
'width' => 10 /*mm*/,
|
||||
'table' => 'users.uid'),
|
||||
|
||||
|
||||
'team' => array(
|
||||
'start_option_group' => 'Judge Team Information',
|
||||
|
Loading…
x
Reference in New Issue
Block a user