diff options
| author | ivan <ivan> | 2003-09-26 08:11:14 +0000 |
|---|---|---|
| committer | ivan <ivan> | 2003-09-26 08:11:14 +0000 |
| commit | 14527fdb877b87275d6289e34b5b85ebe42e037c (patch) | |
| tree | b8f4166f012e4c81a4faa5cf8ee0051b7fb537be /httemplate/browse | |
| parent | d61540138c3396a2bbcef51059f7af81ae2dd7e0 (diff) | |
fix tax edit UI
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>'; |
