From 933897259d1e64fdc12c612f924db3b039a9ffdf Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Wed, 19 Nov 2014 00:12:38 -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') diff --git a/httemplate/edit/cust_main/billing.html b/httemplate/edit/cust_main/billing.html index 16ddb2e19..1f44905f8 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