RT# 82949 - changes section name from fees to pricing, better opiton
[freeside.git] / httemplate / browse / pkg_class.html
index 2aa2857..eb33c0f 100644 (file)
@@ -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;