From 8ffb710715c787200e7dcfebde92646a611dd21c Mon Sep 17 00:00:00 2001 From: james Date: Wed, 7 Apr 2010 14:25:33 +0000 Subject: [PATCH] Add option for only showing ACTIVE judges in reports (like nametags) we dont care about inactive judges. --- admin/reports_judges.inc.php | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/admin/reports_judges.inc.php b/admin/reports_judges.inc.php index c599268..9b3dc86 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?',