X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Fedit%2Fpkg_class.html;h=498c34a6b0ee09f3c263a0718d71ebb41ab15aa1;hp=1bc100e36016cfce7a434433c923a9b169ddc27c;hb=5f563d5ac7e6e1e93cca382baa42ee106f3db5a0;hpb=fb4ab1073f0d15d660c6cdc4e07afebf68ef3924 diff --git a/httemplate/edit/pkg_class.html b/httemplate/edit/pkg_class.html index 1bc100e36..498c34a6b 100644 --- a/httemplate/edit/pkg_class.html +++ b/httemplate/edit/pkg_class.html @@ -1,16 +1,4 @@ -<% 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' }; -} - +<& elements/class_Common.html, + 'name_singular' => 'Package Class', + 'table' => 'pkg_class', +&>