add cust_class-tax_exempt conf setting to control the tax exemption flag per customer...
[freeside.git] / httemplate / edit / pkg_class.html
index 1bc100e..c4e3d8a 100644 (file)
@@ -10,7 +10,7 @@ my $conf = new FS::Conf;
 
 my %opt = ();
 if($conf->exists('cust_main-require_censustract')) {
- $opt{'addl_fields'} = qw( fcc_ds0s );
+ $opt{'addl_fields'} = [ 'fcc_ds0s' ];
  $opt{'addl_labels'} = { 'fcc_ds0s' => 'FCC form 477 voice-grade equivalents' };
 }
 </%init>