summaryrefslogtreecommitdiff
path: root/httemplate
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2014-11-19 00:12:41 -0800
committerIvan Kohler <ivan@freeside.biz>2014-11-19 00:12:41 -0800
commitb05ecb709b4ff5cd10a4df93af3e1ca9b79732e2 (patch)
tree9f527b5add4994a905e4cd0c6736896006047003 /httemplate
parenteaa349aa44febf4271b0b16dcffb894f360df834 (diff)
option for residential-only requirement for individual tax exemption numbers, RT#32027
Diffstat (limited to 'httemplate')
-rw-r--r--httemplate/edit/cust_main/billing.html1
1 files changed, 1 insertions, 0 deletions
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')
% )
% {