when searching locaitons, don't search historic locations by default, RT#73412
[freeside.git] / httemplate / search / cust_main.html
index 84eee1b..1aa3390 100755 (executable)
@@ -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
@@ -50,7 +51,6 @@ my @scalars = qw (
   all_tags
   all_pkg_classnums
   any_pkg_status
-  select_referral
 );
 
 for my $param ( @scalars ) {