diff options
Diffstat (limited to 'httemplate/browse')
| -rwxr-xr-x | httemplate/browse/cust_main_county.cgi | 2 |
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} ). ' per month<BR>' - if $hashref->{exempt_amount}; + if $hashref->{exempt_amount} > 0; print 'Setup fee<BR>' if $hashref->{setuptax} =~ /^Y$/i; print 'Recurring fee<BR>' if $hashref->{recurtax} =~ /^Y$/i; print '</TD></TR>'; |
