summaryrefslogtreecommitdiff
path: root/httemplate/browse/cust_main_county.cgi
diff options
context:
space:
mode:
authorivan <ivan>2003-09-26 08:11:12 +0000
committerivan <ivan>2003-09-26 08:11:12 +0000
commitbfe2b53779bd76e03aa8deaca07ba916da6b3f5b (patch)
tree2f78130d9bf324f35e5d5f9e97cfa4401bb3e6ba /httemplate/browse/cust_main_county.cgi
parent32508fdce66413a5f26c5d5f755121451fb734d6 (diff)
fix tax edit UI
Diffstat (limited to 'httemplate/browse/cust_main_county.cgi')
-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>';