diff --git a/admin/reports_judges.inc.php b/admin/reports_judges.inc.php index 50a93059..809ab872 100644 --- a/admin/reports_judges.inc.php +++ b/admin/reports_judges.inc.php @@ -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',