forked from science-ation/science-ation
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:
parent
69849468ce
commit
666f4ce720
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user