Add option for only showing ACTIVE judges in reports (like nametags)

we dont care about inactive judges.
This commit is contained in:
james 2010-04-07 14:25:33 +00:00
parent 9dfa523bb5
commit 8ffb710715

View File

@ -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?',