Add type pref to the judges list, so it cna be filtered on to generate nametag lists for only special awards judges

This commit is contained in:
james 2009-03-19 18:54:34 +00:00
parent 69849468ce
commit 666f4ce720

View File

@ -113,6 +113,12 @@ $report_judges_fields = array(
'table' => 'judges.complete',
'value_map' => array ('no' => 'No', 'yes' => 'Yes')),
'typepref' => array(
'name' => 'Judge -- Type Preference',
'header' => 'Type Pref',
'width' => 0.8,
'table' => 'judges.typepref'),
'year' => array(
'name' => 'Judge -- Year',
'header' => 'Year',