X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fsearch%2Fcust_main.html;h=e164b98f4ef2fd4d852ec464dbcd4bfefcad8a19;hb=cf7cd8efc7095aadbdfb0cd8e7ea0e2e8b9e9085;hp=cc71672d07113053242888346c0a2ffec126df96;hpb=56b2078e23a588b3b5c1087635bf2442b565d075;p=freeside.git diff --git a/httemplate/search/cust_main.html b/httemplate/search/cust_main.html index cc71672d0..e164b98f4 100755 --- a/httemplate/search/cust_main.html +++ b/httemplate/search/cust_main.html @@ -45,7 +45,6 @@ my @scalars = qw ( no_censustract with_geocode custbatch usernum cancelled_pkgs cust_fields flattened_pkgs - refnum ); for my $param ( @scalars ) { @@ -54,7 +53,7 @@ for my $param ( @scalars ) { } #lists -for my $param (qw( classnum payby tagnum )) { +for my $param (qw( classnum refnum payby tagnum )) { $search_hash{$param} = [ $cgi->param($param) ]; }