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

my $conf = new FS::Conf;

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