X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fedit%2Fpkg_class.html;h=1bc100e36016cfce7a434433c923a9b169ddc27c;hb=4de19e4303d8d692fb772b0a332be325bab50db3;hp=4f7a729bd773bdca7d27e43ebe7e9e746919d20b;hpb=8dce92bbb74580a86dcbf2ee47dbf6d143e16177;p=freeside.git diff --git a/httemplate/edit/pkg_class.html b/httemplate/edit/pkg_class.html index 4f7a729bd..1bc100e36 100644 --- a/httemplate/edit/pkg_class.html +++ b/httemplate/edit/pkg_class.html @@ -1,5 +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' }; +} +