summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--httemplate/browse/cust_class.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/httemplate/browse/cust_class.html b/httemplate/browse/cust_class.html
index d7c622837..70a279a05 100644
--- a/httemplate/browse/cust_class.html
+++ b/httemplate/browse/cust_class.html
@@ -42,4 +42,11 @@ if ($sth->fetchrow_arrayref->[0]) {
push @$links, $link;
}
+my $conf = new FS::Conf;
+if ( $conf->exists('cust_class-tax_exempt') ) {
+ push @$header, 'Tax exempt';
+ push @$fields, 'tax';
+ push @$links, '';
+}
+
</%init>