diff options
Diffstat (limited to 'httemplate/edit/pkg_class.html')
-rw-r--r-- | httemplate/edit/pkg_class.html | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/httemplate/edit/pkg_class.html b/httemplate/edit/pkg_class.html new file mode 100644 index 000000000..1bc100e36 --- /dev/null +++ b/httemplate/edit/pkg_class.html @@ -0,0 +1,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> |