diff options
author | Mark Wells <mark@freeside.biz> | 2013-10-24 17:26:00 -0700 |
---|---|---|
committer | Mark Wells <mark@freeside.biz> | 2013-10-24 17:26:00 -0700 |
commit | 7427b3722522f049c9ebdb4ba3780a91b88c414f (patch) | |
tree | 8d103fd6761011f4af125bbee11fda6cfc860db8 /httemplate/search/report_cust_main.html | |
parent | 422e87b24b866eaa420258d97d4ccdc089019f88 (diff) |
disable old no_censustract and with_geocode search options and move to cust_pkg search, #23582
Diffstat (limited to 'httemplate/search/report_cust_main.html')
-rwxr-xr-x | httemplate/search/report_cust_main.html | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/httemplate/search/report_cust_main.html b/httemplate/search/report_cust_main.html index ebff7fadb..1ceb48e1e 100755 --- a/httemplate/search/report_cust_main.html +++ b/httemplate/search/report_cust_main.html @@ -172,20 +172,6 @@ &> <TR> - <TD ALIGN="right" VALIGN="center"><% mt('Without census tract') |h %></TD> - <TD><INPUT TYPE="checkbox" NAME="no_censustract"></TD> - </TR> - -% if ( $conf->exists('enable_taxproducts') ) { - - <TR> - <TD ALIGN="right" VALIGN="center"><% mt('With hardcoded tax location') |h %></TD> - <TD><INPUT TYPE="checkbox" NAME="with_geocode"></TD> - </TR> - -% } - - <TR> <TD ALIGN="right" VALIGN="center"><% mt('With email address(es)') |h %></TD> <TD><INPUT TYPE="checkbox" NAME="with_email"></TD> </TR> |