summaryrefslogtreecommitdiff
path: root/httemplate/browse
diff options
context:
space:
mode:
Diffstat (limited to 'httemplate/browse')
-rwxr-xr-xhttemplate/browse/cust_main_county.cgi2
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/browse/cust_main_county.cgi b/httemplate/browse/cust_main_county.cgi
index e5827211c..1e0e0880c 100755
--- a/httemplate/browse/cust_main_county.cgi
+++ b/httemplate/browse/cust_main_county.cgi
@@ -126,7 +126,7 @@ END
'<TD BGCOLOR="#ffffff">';
print '$'. sprintf("%.2f", $hashref->{exempt_amount} ).
'&nbsp;per&nbsp;month<BR>'
- if $hashref->{exempt_amount};
+ if $hashref->{exempt_amount} > 0;
print 'Setup&nbsp;fee<BR>' if $hashref->{setuptax} =~ /^Y$/i;
print 'Recurring&nbsp;fee<BR>' if $hashref->{recurtax} =~ /^Y$/i;
print '</TD></TR>';