diff options
author | Ivan Kohler <ivan@freeside.biz> | 2016-11-16 17:11:39 -0800 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2016-11-16 17:11:39 -0800 |
commit | f27699473b63c43706a6da94de6ebf8e901e2882 (patch) | |
tree | f43837657a85423b43cb930d2712a63a98e7c751 /httemplate | |
parent | dfb455957729b0a09e085853d3657b4b1d486cef (diff) |
when searching locaitons, don't search historic locations by default, RT#73412
Diffstat (limited to 'httemplate')
-rwxr-xr-x | httemplate/search/cust_main.html | 3 | ||||
-rwxr-xr-x | httemplate/search/report_cust_main.html | 4 |
2 files changed, 6 insertions, 1 deletions
diff --git a/httemplate/search/cust_main.html b/httemplate/search/cust_main.html index 672c20174..1aa3390cb 100755 --- a/httemplate/search/cust_main.html +++ b/httemplate/search/cust_main.html @@ -41,7 +41,8 @@ my %search_hash = (); #scalars my @scalars = qw ( - agentnum salesnum status address city county state zip country + agentnum salesnum status + address city county state zip country location_history invoice_terms no_censustract with_geocode with_email tax no_tax POST no_POST custbatch usernum diff --git a/httemplate/search/report_cust_main.html b/httemplate/search/report_cust_main.html index b6be023f6..69bbe8538 100755 --- a/httemplate/search/report_cust_main.html +++ b/httemplate/search/report_cust_main.html @@ -197,6 +197,10 @@ </TD> </TR> + <TR> + <TH ALIGN="right" VALIGN="center"><% mt('Search historical addresses') %></TH> + <TD><INPUT TYPE="checkbox" NAME="location_history" VALUE="1"></TD> + </TABLE> <BR> |