% $hashref->{country} |
%END
%
% print "{state}
% ? ' BGCOLOR="#ffffff">'.$hashref->{state}
% : ' BGCOLOR="#cccccc">(ALL)'
% , " | ";
%
% print "{county}
% ? ' BGCOLOR="#ffffff">'. $hashref->{county}
% : ' BGCOLOR="#cccccc">(ALL)'
% , " | ";
%
% print "{taxclass}
% ? ' BGCOLOR="#ffffff">'. $hashref->{taxclass}
% : ' BGCOLOR="#cccccc">(ALL)'
% , " | ";
%
% print qq! | !
% if dbdef->table('cust_main_county')->column('taxname');
%
% print qq! | !;
% print qq! | !;
%
% print qq!{setuptax} =~ /^Y$/i ? ' CHECKED' : '' ).
% '> | '
% if dbdef->table('cust_main_county')->column('setuptax');
%
% print qq!{recurtax} =~ /^Y$/i ? ' CHECKED' : '' ).
% '> | '
% if dbdef->table('cust_main_county')->column('recurtax');
%
% print '';
%
%}
%
%print <
%
%