Merge branch 'master' of git.freeside.biz:/home/git/freeside
[freeside.git] / httemplate / edit / pkg_class.html
1 <% include( 'elements/class_Common.html',
2               'name_singular'   => 'Package Class',
3               'table'  => 'pkg_class',
4               %opt,
5           )
6 %>
7 <%init>
8
9 my $conf = new FS::Conf;
10
11 my %opt = ();
12 if($conf->exists('cust_main-require_censustract')) {
13  $opt{'addl_fields'} = [ 'fcc_ds0s' ];
14  $opt{'addl_labels'} = { 'fcc_ds0s' => 'FCC form 477 voice-grade equivalents' };
15 }
16 </%init>