summaryrefslogtreecommitdiff
path: root/httemplate/browse
diff options
context:
space:
mode:
authorivan <ivan>2003-09-26 08:11:14 +0000
committerivan <ivan>2003-09-26 08:11:14 +0000
commit14527fdb877b87275d6289e34b5b85ebe42e037c (patch)
treeb8f4166f012e4c81a4faa5cf8ee0051b7fb537be /httemplate/browse
parentd61540138c3396a2bbcef51059f7af81ae2dd7e0 (diff)
fix tax edit UI
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>';