diff --git a/admin/reports_judges.inc.php b/admin/reports_judges.inc.php index c5992689..9b3dc86b 100644 --- a/admin/reports_judges.inc.php +++ b/admin/reports_judges.inc.php @@ -348,6 +348,14 @@ $report_judges_fields = array( 'value_map' => array ('no' => 'No', 'yes' => 'Yes'), 'components' => array('users_judge')), + 'active' => array( + 'name' => 'Judge -- Registration Active for this year', + 'header' => 'Act', + 'width' => 0.4, + 'table' => 'users_judge.judge_active', + 'value_map' => array ('no' => 'No', 'yes' => 'Yes'), + 'components' => array('users_judge')), + 'willing_chair' => array( 'name' => 'Judge -- Willing Chair', 'header' => 'Will Chair?',