From 666f4ce72011f2128bb0e028998dd74316c432c3 Mon Sep 17 00:00:00 2001 From: james Date: Thu, 19 Mar 2009 18:54:34 +0000 Subject: [PATCH] Add type pref to the judges list, so it cna be filtered on to generate nametag lists for only special awards judges --- admin/reports_judges.inc.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/admin/reports_judges.inc.php b/admin/reports_judges.inc.php index e1d6f94..148628d 100644 --- a/admin/reports_judges.inc.php +++ b/admin/reports_judges.inc.php @@ -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',