From 54fd1cf19cec31ac236ae082e8c3d04aae115ff2 Mon Sep 17 00:00:00 2001 From: dave Date: Tue, 13 Jul 2010 03:30:00 +0000 Subject: [PATCH] More judge fields --- admin/reports_judges.inc.php | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) 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',