diff options
author | Mark Wells <mark@freeside.biz> | 2015-03-23 17:51:20 -0700 |
---|---|---|
committer | Mark Wells <mark@freeside.biz> | 2015-03-25 11:21:24 -0700 |
commit | 5adac2bcd86a2bb0ddf7b016b5ed1dcd04635aa0 (patch) | |
tree | cbdfc9be4ee5960bbe37a0bb72cd57788515e965 /httemplate/edit/pkg_class.html | |
parent | 08f209da036763c1f45e194de865a94dc5293ada (diff) |
remove obsolete FCC DS0 options
Diffstat (limited to 'httemplate/edit/pkg_class.html')
-rw-r--r-- | httemplate/edit/pkg_class.html | 20 |
1 files changed, 4 insertions, 16 deletions
diff --git a/httemplate/edit/pkg_class.html b/httemplate/edit/pkg_class.html index 95c6f3082..498c34a6b 100644 --- a/httemplate/edit/pkg_class.html +++ b/httemplate/edit/pkg_class.html @@ -1,16 +1,4 @@ -<% 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> +<& elements/class_Common.html, + 'name_singular' => 'Package Class', + 'table' => 'pkg_class', +&> |