X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Fbrowse%2Fcust_main_county.cgi;h=1e0e0880c69ce380a39b31519f1609dfc7f87dca;hp=e5827211c27c62f53b997cc993ce0ed4af725084;hb=582e73e52fd2f0324e8836ee66ae69e7a82ed364;hpb=4f253eb015531465e049c858a7520e8c7a71d227 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 ''; print '$'. sprintf("%.2f", $hashref->{exempt_amount} ). ' per month
' - if $hashref->{exempt_amount}; + if $hashref->{exempt_amount} > 0; print 'Setup fee
' if $hashref->{setuptax} =~ /^Y$/i; print 'Recurring fee
' if $hashref->{recurtax} =~ /^Y$/i; print '';