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=bfe2b53779bd76e03aa8deaca07ba916da6b3f5b;hpb=32508fdce66413a5f26c5d5f755121451fb734d6 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 '';