summaryrefslogtreecommitdiff
path: root/httemplate/browse/pkg_class.html
diff options
context:
space:
mode:
Diffstat (limited to 'httemplate/browse/pkg_class.html')
-rw-r--r--httemplate/browse/pkg_class.html7
1 files changed, 1 insertions, 6 deletions
diff --git a/httemplate/browse/pkg_class.html b/httemplate/browse/pkg_class.html
index 2aa2857a5..eb33c0fb0 100644
--- a/httemplate/browse/pkg_class.html
+++ b/httemplate/browse/pkg_class.html
@@ -5,6 +5,7 @@
'disableable' => 1,
'disabled_statuspos' => 2,
'query' => { 'table' => 'pkg_class',
+ 'addl_from' => ' LEFT JOIN pkg_category USING (categorynum)',
'hashref' => {},
'order_by' => 'ORDER BY classnum',
},
@@ -34,12 +35,6 @@ my $header = [ '#', 'Class' ];
my $fields = [ 'classnum', 'classname' ];
my $links = [ $link, $link ];
-if($conf->exists('cust_main-require_censustract')) {
- push @{$fields}, 'fcc_ds0s';
- push @{$header}, 'FCC form 477 voice-grade equivalents';
- push @{$links}, '';
-}
-
my $cat_query = 'SELECT COUNT(*) FROM pkg_class where categorynum IS NOT NULL';
my $sth = dbh->prepare($cat_query)
or die "Error preparing $cat_query: ". dbh->errstr;