add no export option to bulk service changes, RT#13439
[freeside.git] / httemplate / edit / pkg_class.html
1 <% include( 'elements/class_Common.html',
2               'name'   => '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'} = qw( fcc_ds0s );
14  $opt{'addl_labels'} = { 'fcc_ds0s' => 'FCC form 477 voice-grade equivalents' };
15 }
16 </%init>