summaryrefslogtreecommitdiff
path: root/httemplate/edit/pkg_class.html
blob: 95c6f30825b8b63c13db5e267f0b1ecdc2df544b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<% include( 'elements/class_Common.html',
              'name_singular'   => 'Package Class',
              'table'  => 'pkg_class',
              %opt,
          )
%>
<%init>

my $conf = new FS::Conf;

my %opt = ();
if($conf->exists('cust_main-require_censustract')) {
 $opt{'addl_fields'} = [ 'fcc_ds0s' ];
 $opt{'addl_labels'} = { 'fcc_ds0s' => 'FCC form 477 voice-grade equivalents' };
}
</%init>