summaryrefslogtreecommitdiff
path: root/httemplate
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2014-11-19 00:12:38 -0800
committerIvan Kohler <ivan@freeside.biz>2014-11-19 00:12:38 -0800
commit933897259d1e64fdc12c612f924db3b039a9ffdf (patch)
tree439f1fa3694bdfa8eb0805e0b76cd3665602cb5f /httemplate
parent36b23802990dc9220661ce118788893fce71f71d (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 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')
% )
% {