From b05ecb709b4ff5cd10a4df93af3e1ca9b79732e2 Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Wed, 19 Nov 2014 00:12:41 -0800 Subject: option for residential-only requirement for individual tax exemption numbers, RT#32027 --- httemplate/edit/cust_main/billing.html | 1 + 1 file changed, 1 insertion(+) (limited to 'httemplate/edit') diff --git a/httemplate/edit/cust_main/billing.html b/httemplate/edit/cust_main/billing.html index d52fb3c40..f1daebe90 100644 --- a/httemplate/edit/cust_main/billing.html +++ b/httemplate/edit/cust_main/billing.html @@ -448,6 +448,7 @@ % my @exempt_groups = grep /\S/, $conf->config('tax-cust_exempt-groups'); % if ( $conf->exists('cust_class-tax_exempt') % || $conf->exists('tax-cust_exempt-groups-require_individual_nums') +% || $conf->config('tax-cust_exempt-groups-num_req') =~ /\w/ % || ! $curuser->access_right('Edit customer tax exemptions') % ) % { -- cgit v1.2.1