diff options
| author | Ivan Kohler <ivan@freeside.biz> | 2012-04-15 15:38:27 -0700 |
|---|---|---|
| committer | Ivan Kohler <ivan@freeside.biz> | 2012-04-15 15:38:27 -0700 |
| commit | 2ce6ee8e5cd817a4018ad26eb1e364198c1dd931 (patch) | |
| tree | f1f1d447c8dc76060a07ed594691dbacd7658425 /httemplate/edit/pkg_class.html | |
| parent | 33013bb1ef0b5f07105fe13f5bfc06350fc4d868 (diff) | |
add cust_class-tax_exempt conf setting to control the tax exemption flag per customer class rather than per indivual customer, RT#16818
Diffstat (limited to 'httemplate/edit/pkg_class.html')
| -rw-r--r-- | httemplate/edit/pkg_class.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/edit/pkg_class.html b/httemplate/edit/pkg_class.html index 1bc100e36..c4e3d8ac5 100644 --- a/httemplate/edit/pkg_class.html +++ b/httemplate/edit/pkg_class.html @@ -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> |
